Page 1 of 1
storage is up and fine at the storage end but in nagios
Posted: Thu Feb 27, 2020 2:42 am
by fmomin
Hello,
storage is up and fine at the storage end but in nagios monitoring tool storage status is showing down.
Please help me for same.
Unable to ping storage ip server from nagios server.
Re: storage is up and fine at the storage end but in nagios
Posted: Thu Feb 27, 2020 2:21 pm
by mbellerue
Does the storage server respond to pings normally? If you ping the storage server from your desktop, do you get a reply? If not, then there may be a setting on your storage server somewhere that tells it to respond to pings.
Re: storage is up and fine at the storage end but in nagios
Posted: Thu Feb 27, 2020 10:13 pm
by fmomin
Could YOU please suggest me how can we resolve this issue.
Re: storage is up and fine at the storage end but in nagios
Posted: Thu Feb 27, 2020 10:38 pm
by fmomin
i m suggesting that what to check from nagios end.
Re: storage is up and fine at the storage end but in nagios
Posted: Fri Feb 28, 2020 3:53 pm
by mbellerue
If Nagios cannot ping the device, then you can change the Host check. Go to Configure -> Core Config Manager -> Hosts -> Select the host in question
Change the Check Command to another check type. You can set it to something like check_dummy and put 0 in $ARG1$. That will mean that the host is always OK. But that means you need to pay particular attention to your service checks for that host.