Netbackup Appliance

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
ohlssrog
Posts: 40
Joined: Tue Nov 24, 2015 6:44 am

Netbackup Appliance

Post by ohlssrog »

Hi.

Have an Symantec NetBackup appliance that need to be monitored by nagios xi, what is the way to do this?
Have understand that this boxes runs Suse-Linux OS

Nrpe wizard dont list any Suse linux option.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Netbackup Appliance

Post by lmiltchev »

What is the version of the Nagios XI, "NRPE" and "Linux Server" wizard that you are currently running? SUSE is included in both wizards...
example01.PNG
example02.PNG
You do not have the required permissions to view the files attached to this post.
Be sure to check out our Knowledgebase for helpful articles and solutions!
ohlssrog
Posts: 40
Joined: Tue Nov 24, 2015 6:44 am

Re: Netbackup Appliance

Post by ohlssrog »

Yes i see it and have run the nrpe wizard using sun OS open version. getting error alerts in the new services on this nagios version 5.2.3 on centos 6.7.

Return code of 255 is out of bounds, on service current load, its set as default, see attached.
You do not have the required permissions to view the files attached to this post.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Netbackup Appliance

Post by rkennedy »

Can you run the command over the CLI and post the result?
Former Nagios Employee
ohlssrog
Posts: 40
Joined: Tue Nov 24, 2015 6:44 am

Re: Netbackup Appliance

Post by ohlssrog »

/usr/local/nagios/libexec/check_nrpe -u -H <remoteIP> -t 90 -c check_load
connect to address <remoteIP> port 5666: Connection refused
connect to host <remoteIP> port 5666: Connection refused[root@nagiosserver ~]#

I didnt get any option to set login account when i did the nrpe wizard, how can i fix the connection refused?
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Netbackup Appliance

Post by hsmith »

How did you install NRPE on the remote device?
Former Nagios Employee.
me.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Netbackup Appliance

Post by rkennedy »

Also, do you have a firewall running on the client machine?
Former Nagios Employee
ohlssrog
Posts: 40
Joined: Tue Nov 24, 2015 6:44 am

Re: Netbackup Appliance

Post by ohlssrog »

This netbackup device is a Symantec NBU 5230, dont think there are any firewall on this. i install the nrpe through the nrpe nagios xi wizard default value.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Netbackup Appliance

Post by rkennedy »

From the Nagios machine, can you run an nmap against the Symantec NetBackup and let us know the result?

From the Symantec NetBackup, can you post the result of a netstat -anp|grep nrpe?
Former Nagios Employee
ohlssrog
Posts: 40
Joined: Tue Nov 24, 2015 6:44 am

Re: Netbackup Appliance

Post by ohlssrog »

Nmap result
Not shown: 989 filtered ports
PORT STATE SERVICE
21/tcp closed ftp
22/tcp open ssh
80/tcp closed http
135/tcp closed msrpc
139/tcp open netbios-ssn
443/tcp open https
445/tcp open microsoft-ds
1521/tcp closed oracle
3389/tcp closed ms-term-serv
5666/tcp closed nrpe
8080/tcp open http-proxy

Im not able to run the netstat -anp|grep nrpe command in ssh putty session on the netbackup uniit ? :(
Locked