Page 1 of 2

Plugins for netbackup- Symantec and Tape library quantum

Posted: Sun May 20, 2012 12:58 am
by gm_rajkumar
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.

Re: Plugins for netbackup- Symantec and Tape library quantum

Posted: Mon May 21, 2012 9:43 am
by nscott
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

Re: Plugins for netbackup- Symantec and Tape library quantum

Posted: Tue May 22, 2012 3:48 am
by gm_rajkumar
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.

Re: Plugins for netbackup- Symantec and Tape library quantum

Posted: Tue May 22, 2012 9:00 am
by scottwilkerson
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

Re: Plugins for netbackup- Symantec and Tape library quantum

Posted: Thu May 24, 2012 11:08 am
by gm_rajkumar
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.

Re: Plugins for netbackup- Symantec and Tape library quantum

Posted: Thu May 24, 2012 1:21 pm
by scottwilkerson
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?

Re: Plugins for netbackup- Symantec and Tape library quantum

Posted: Thu May 24, 2012 1:36 pm
by gm_rajkumar
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

Re: Plugins for netbackup- Symantec and Tape library quantum

Posted: Thu May 24, 2012 1:40 pm
by scottwilkerson
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>

Re: Plugins for netbackup- Symantec and Tape library quantum

Posted: Thu May 24, 2012 1:43 pm
by gm_rajkumar
Please check my screenshot, i have done the same. However, i m getting the same issue.

Regards,
Raj.

Re: Plugins for netbackup- Symantec and Tape library quantum

Posted: Thu May 24, 2012 1:56 pm
by scottwilkerson
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

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>'"