Plugins for netbackup- Symantec and Tape library quantum
-
gm_rajkumar
- Posts: 187
- Joined: Tue Feb 28, 2012 7:08 am
- Location: CA, USA
Plugins for netbackup- Symantec and Tape library quantum
Hi,
I am trying to configure the netbackup- Symantec and Tape library quantum in Nagiosxi, but couldnt find out the plugins for it. The compatible for the plugin shows 1.x,2.x,3.x nagios core version. Please let me know whether it works in nagiosxi. Also i wanted to know after uploaded this plugins how to enable the service to check parameters on this, need some document on this.
Instead of this plugins im adding snmp wizards, will it work? how to monitor the specific service like printer queues, jobs, tape drive size, jobs. I wanted monitor specific services in backup device (status, tape drive failure..etc). i would appreciate if you would help out on this.
Let me know how to steps to carry out the configuration part, need to monitor more services which i mentioned.
Regards,
Raj.
I am trying to configure the netbackup- Symantec and Tape library quantum in Nagiosxi, but couldnt find out the plugins for it. The compatible for the plugin shows 1.x,2.x,3.x nagios core version. Please let me know whether it works in nagiosxi. Also i wanted to know after uploaded this plugins how to enable the service to check parameters on this, need some document on this.
Instead of this plugins im adding snmp wizards, will it work? how to monitor the specific service like printer queues, jobs, tape drive size, jobs. I wanted monitor specific services in backup device (status, tape drive failure..etc). i would appreciate if you would help out on this.
Let me know how to steps to carry out the configuration part, need to monitor more services which i mentioned.
Regards,
Raj.
Re: Plugins for netbackup- Symantec and Tape library quantum
Raj,
Yes, any plugin that works with Nagios 3.0 (and probably earlier versions) will work with Nagios XI. There should be no problem there.
Here is a video that illustrates how to add a plugin and use it in Nagios XI:
http://www.youtube.com/watch?v=jG1lVnire4E
And using SNMP using wizard should work as long as you know the OIDs for the metrics you want to monitor. A good place to find MIB OIDs is:
http://www.oidview.com/mibs/detail.html
Yes, any plugin that works with Nagios 3.0 (and probably earlier versions) will work with Nagios XI. There should be no problem there.
Here is a video that illustrates how to add a plugin and use it in Nagios XI:
http://www.youtube.com/watch?v=jG1lVnire4E
And using SNMP using wizard should work as long as you know the OIDs for the metrics you want to monitor. A good place to find MIB OIDs is:
http://www.oidview.com/mibs/detail.html
Nicholas Scott
Former Nagios employee
Former Nagios employee
-
gm_rajkumar
- Posts: 187
- Joined: Tue Feb 28, 2012 7:08 am
- Location: CA, USA
Re: Plugins for netbackup- Symantec and Tape library quantum
Hi,
Thanks for the update, however i couldnt find the exact plugin which suits my requirement Symantec and Quantum. Is it any common snmp based plugin available. I couldnt find out from the site.
I wanted to monitor the backup status, size, blocked, backed up details.
i would appreciate if you could update the exact link what im looking for.
Thanks!
Regards,
Raj.
Thanks for the update, however i couldnt find the exact plugin which suits my requirement Symantec and Quantum. Is it any common snmp based plugin available. I couldnt find out from the site.
I wanted to monitor the backup status, size, blocked, backed up details.
i would appreciate if you could update the exact link what im looking for.
Thanks!
Regards,
Raj.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Plugins for netbackup- Symantec and Tape library quantum
As nscott pointed out, you can just use the SNMP wizard once you know the SNMP OID of the item you want to monitor, you can lookup most common ones here
http://www.oidview.com/mibs/detail.html
http://www.oidview.com/mibs/detail.html
-
gm_rajkumar
- Posts: 187
- Joined: Tue Feb 28, 2012 7:08 am
- Location: CA, USA
Re: Plugins for netbackup- Symantec and Tape library quantum
Hi,
I have tried with this netapp plugin below URL, the command is working fine in the /libexec/# ./check-netapp-ng.pl -H <IP> -C <community> -T TEMP. i can see the results and all of the commands are working fine.
When im trying the commands for service configuration, once i updated its coming as Critical->null message.
github.com/ranl/IT/blob/master/Nagios/check-netapp-ng.pl
http://exchange.nagios.org/directory/Pl ... NG/details
Let me know if you need further details to check on this.
Regards,
Raj.
I have tried with this netapp plugin below URL, the command is working fine in the /libexec/# ./check-netapp-ng.pl -H <IP> -C <community> -T TEMP. i can see the results and all of the commands are working fine.
When im trying the commands for service configuration, once i updated its coming as Critical->null message.
github.com/ranl/IT/blob/master/Nagios/check-netapp-ng.pl
http://exchange.nagios.org/directory/Pl ... NG/details
Let me know if you need further details to check on this.
Regards,
Raj.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Plugins for netbackup- Symantec and Tape library quantum
does you community string have special characters in it? You may need to escape them or wrap the community string in single quotes.
Also, is your command setup in the correct format?
Also, is your command setup in the correct format?
-
gm_rajkumar
- Posts: 187
- Joined: Tue Feb 28, 2012 7:08 am
- Location: CA, USA
Re: Plugins for netbackup- Symantec and Tape library quantum
Im trying like this,its working fine in terminal CLI but its not getting thru xi.
Herewith enclosed the screenshot for your reference.
/usr/bin/perl5.8.8 ./check-netapp-ng.pl -H <hostname> -T FAN -w 1 -c 3 -C <community>
Let me know if you need further details..
Regards,
Raj
Herewith enclosed the screenshot for your reference.
/usr/bin/perl5.8.8 ./check-netapp-ng.pl -H <hostname> -T FAN -w 1 -c 3 -C <community>
Let me know if you need further details..
Regards,
Raj
You do not have the required permissions to view the files attached to this post.
Last edited by gm_rajkumar on Thu May 24, 2012 1:42 pm, edited 1 time in total.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Plugins for netbackup- Symantec and Tape library quantum
in XI you will need something like this
Code: Select all
/usr/bin/perl5.8.8 $USER1$/check-netapp-ng.pl -H <hostname> -T FAN -w 1 -c 3 -C <community>-
gm_rajkumar
- Posts: 187
- Joined: Tue Feb 28, 2012 7:08 am
- Location: CA, USA
Re: Plugins for netbackup- Symantec and Tape library quantum
Please check my screenshot, i have done the same. However, i m getting the same issue.
Regards,
Raj.
Regards,
Raj.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Plugins for netbackup- Symantec and Tape library quantum
Again, does you community string have special characters in it? You may need to escape them or wrap the community string in single quotes.
ie. '$ARG1$'
Also, to make sure it can run as the nagios user, you should try
ie. '$ARG1$'
Also, to make sure it can run as the nagios user, you should try
Code: Select all
su nagios -c "/usr/bin/perl5.8.8 ./check-netapp-ng.pl -H <hostname> -T FAN -w 1 -c 3 -C '<community>'"