Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
arcserve UDP check
1.0
2014-06-21
- Nagios 1.x
- Nagios 3.x
- Nagios 4.x
GPL
23359
File | Description |
---|---|
get_backupUDP.vbs | get_backupUDP.vbs |
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
I am not programmer, but I needed to monitor UDP backup status and did not find any Nagios plugin out there.
I examined the SQL databace that UDP uses and found table which seems to hold needed information. I did not find any documentation or reference, it is all unsupported guess work.
The user running NRPE service must be given dbreader right to the SQL database "your_UDP_serverARCSERVE_APP".
Constant "Backup_Server" inside script must be set accordingly to your SQL server name.
Copy script to your NRPE plugins directory and add command to nrpe.cfg like this:
command[get_backupUDP]=cscript.exe //nologo //T:60 "C:Program Files (x86)ICWpluginsv2get_backupUDP.vbs"
Sorry I do not know about Nagios versions compatibility.
To Do:
1. The backup time in arcserve database seems to be in GMT timezone while script uses Now() function which returns local timezone! (please help to resolve this)
2. It might be nice to pass age limits by arguments to the script.
3. There is no proper vbs error checking implemented
I examined the SQL databace that UDP uses and found table which seems to hold needed information. I did not find any documentation or reference, it is all unsupported guess work.
The user running NRPE service must be given dbreader right to the SQL database "your_UDP_serverARCSERVE_APP".
Constant "Backup_Server" inside script must be set accordingly to your SQL server name.
Copy script to your NRPE plugins directory and add command to nrpe.cfg like this:
command[get_backupUDP]=cscript.exe //nologo //T:60 "C:Program Files (x86)ICWpluginsv2get_backupUDP.vbs"
Sorry I do not know about Nagios versions compatibility.
To Do:
1. The backup time in arcserve database seems to be in GMT timezone while script uses Now() function which returns local timezone! (please help to resolve this)
2. It might be nice to pass age limits by arguments to the script.
3. There is no proper vbs error checking implemented
Reviews (0)
Be the first to review this listing!