Netapp devices monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Netapp devices monitoring

Post by ssax »

What is the output of these commands?

Code: Select all

nmap -Pn -p 80,443 10.1.0.29
nmap -Pn -p 80,443 172.16.10.5
kalyanpabolu
Posts: 246
Joined: Fri Jul 03, 2020 4:18 am

Re: Netapp devices monitoring

Post by kalyanpabolu »

Hello,

Below is the output:

[root@HO1-NAGIOSXI ~]# nmap -Pn -p 80,443 10.1.0.29
Starting Nmap 7.70 ( https://nmap.org ) at 2021-03-07 08:55 +04
Nmap scan report for ho1-chb-dc1.chalhoub.org (10.1.0.29)
Host is up (0.00026s latency).

PORT STATE SERVICE
80/tcp closed http
443/tcp closed https
MAC Address: 00:0C:29:FB:D8:BF (VMware)

Nmap done: 1 IP address (1 host up) scanned in 1.03 seconds
[root@HO1-NAGIOSXI ~]#
[root@HO1-NAGIOSXI ~]#
[root@HO1-NAGIOSXI ~]#
[root@HO1-NAGIOSXI ~]# nmap -Pn -p 80,443 10.1.0.29
Starting Nmap 7.70 ( https://nmap.org ) at 2021-03-07 08:56 +04
Nmap scan report for ho1-chb-dc1.chalhoub.org (10.1.0.29)
Host is up (0.00082s latency).

PORT STATE SERVICE
80/tcp closed http
443/tcp closed https
MAC Address: 00:0C:29:FB:D8:BF (VMware)

Nmap done: 1 IP address (1 host up) scanned in 0.67 seconds
[root@HO1-NAGIOSXI ~]#

For 172.16.10.5, I can see both the ports are open, still we are getting the same error:

[root@HO1-NAGIOSXI libexec]# nmap -Pn -p 80,443 172.16.10.5
Starting Nmap 7.70 ( https://nmap.org ) at 2021-03-07 12:35 +04
Nmap scan report for ja-netapp-04.chalhoub.org (172.16.10.5)
Host is up (0.00017s latency).

PORT STATE SERVICE
80/tcp open http
443/tcp open https

Nmap done: 1 IP address (1 host up) scanned in 0.51 seconds


[root@HO1-NAGIOSXI libexec]# ./check_netapp_ontap.pl -H 172.16.10.5 -u jayakrishna.v -p Dubai2020 -o volume_health
Failed test query: Server returned HTTP Error:
[root@HO1-NAGIOSXI libexec]#
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Netapp devices monitoring

Post by ssax »

Please create a ticket for this and include a link back to this forum thread so we can get a remote session setup:

https://support.nagios.com/tickets/

Thank you!
Locked