Hello!
This is the first release of my TSM monitoring script/template I've created for Zabbix. This has been tested on TSM 5x and zabbix 1.8x. Its been doing what I need for some time now. I finally got around to cleaning it up
There will be updates as time goes on, on my end and as bugs/features get reported.
NOTE: The script_update.zip is NOT required if you're not currently using the product!
06.21.2012 - 1.0 BETA 2
FEATURES
TODO
Known Issues
UPDATES:
Feedback welcome, my contact info is in the script, as are the instructions for installation/use.
This is the first release of my TSM monitoring script/template I've created for Zabbix. This has been tested on TSM 5x and zabbix 1.8x. Its been doing what I need for some time now. I finally got around to cleaning it up
There will be updates as time goes on, on my end and as bugs/features get reported.NOTE: The script_update.zip is NOT required if you're not currently using the product!
06.21.2012 - 1.0 BETA 2
FEATURES
- Currently 28 datapoints collected
- 9 predefined triggers
- 7 predefined graphs
- Automated tape consolidation
TODO
- Clean up script (theres some nasty 'sed' and 'awk' going on in there
) - Remove dependency on internal TSM scripts
- Get alerts for failed backups (right now the alerts are generated and sent to a ticketing system, zabbix is unaware of which hosts had failed backups, just that there WERE failed backups, and how many, unless you utilize the ticketing system feature, or add your own jazz into the while loop for failed backups)
Known Issues
- A few of the functions are built upon a builtin TSM script(included in download). This dependency will hopefully be removed in the next release.
UPDATES:
- (02/28/2012) - I've found an issue in the no data received trigger, I've updated the download. I've also provided the updated trigger value.
{Template_Tivoli_Storage_Manager:tsm.nodes.count.n odata(3600)}=1 - (04/20/2012) - I found a coding mistake in the script, namely I was writing both failed, and missed backup count to the same variable. the key and item already exists in your template, so simply replacing the .sh file will suffice, or if you're comfortable modify the "tsm_failedjobs" function changing "send_value tsm.jobs.missed' to ".failed"
- (06/21/2012) - ToomasAas found some logic issues and has fixed them, the original download has been updated.
Feedback welcome, my contact info is in the script, as are the instructions for installation/use.



-5)}" "$num"
Comment