The following are some stand-alone report scripts which I have written. Simply run them as the zenoss user with no parameters and they will display the usage information.
Description | Download |
---|---|
Availability Report | availability.py |
CPU Report | cpu.py |
Memory Report | memory.py |
Filesystems Report | filesystems.py |
Interface Utilization Report | interface.py |
Interface Errors Report | interfaceerrs.py |
Device Inventory Report | inventory.py |
The scripts output in csv format by default (anyone with a bit of Python experience can change the print lines in the scripts to format it to their desire). Since it outputs in csv format you can do something like: "./interfaceerrs.py -s 01/16/2010 -e 01/18/2010 >> errors.csv". You can then view the CSV in any compatible application (For example: Microsoft Excel and OpenOffice).
There is a tar.gz file attached to this page which contains all of the above (if you want to download them as a bundle instead of one by one).