Hey,
First post contribution, happy to be giving something back.
Tested on:
Dataprotector 5.5 on Windows server 2003
Zabbix 2.04
Thanks:
mmarkwitzz
Without his template upload for Complete HP hardware monitoring this wouldn't have happened, those examples and quality coding really helped out.
What does it do:
Usage:
Download the attachments
Open the vbs file and change the zabbix agent path
Add the following to the zabbix_agentd.conf on the client server (change the zabbix path again)
And restart the service
Notes
From the zabbix web interface go to templates and select the dataprotector template change the POOLNAME key to the pool you want to monitor for available tapes.
First post contribution, happy to be giving something back.
Tested on:
Dataprotector 5.5 on Windows server 2003
Zabbix 2.04
Thanks:
mmarkwitzz
Without his template upload for Complete HP hardware monitoring this wouldn't have happened, those examples and quality coding really helped out.
What does it do:
- Start and Finish times
- Errors and Warnings
- Completion status
- Session ID
- Total time the backup took
- Total Size
- DP Service monitoring
- Available tapes left in the pool
- Plus triggers and Graphs
Usage:
Download the attachments
Open the vbs file and change the zabbix agent path
Add the following to the zabbix_agentd.conf on the client server (change the zabbix path again)
Code:
#hp dataprotector UserParameter = hp.dpchecks[*],cscript "C:\zabbix\zabbix_dp_backups.vbs" //Nologo "$1" "$2"
Notes
From the zabbix web interface go to templates and select the dataprotector template change the POOLNAME key to the pool you want to monitor for available tapes.
Comment