Unknown Status

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
bashar.abed
Posts: 153
Joined: Tue Oct 11, 2016 1:34 am
Location: Ramallah West Bank Palestine
Contact:

Unknown Status

Post by bashar.abed »

EDIT: Please wrap output in code tags

Hi,
I am Network administrator at Nagios System,
Information about My system:-
-Nagios XI
-Nagios version 5.3.2
-Nagios VM

My case is :- We have a server (Physical HP DL 380 G6) already added to Nagios System to check CPU,Memory and All Disk status ,the Service Status were running well , suddenly the services status become Unknown status ,i applied this command in Nagios "snmpwalk -v2c -c jawwal-snmp X.X.X.X", I see this logs

Code: Select all

Error in packet.
Reason: (genError) A general failure occured
Failed object: TCP-MIB::tcpConnectionState.unknown."".49179.unknown."".
I requested from Server administrator to restart the SNMP service and restart the server"HP DL 380 G6",the CPU become Okو but the Memory and ALL disk are still unknown status ,then I applied this command again "snmpwalk -v2c -c jawwal-snmp X.X.X.X" and i see this logs

Code: Select all

HOST-RESOURCES-MIB::hrStorageAllocationFailures.1 = Counter32: 0
HOST-RESOURCES-MIB::hrStorageAllocationFailures.2 = Counter32: 0
Timeout: No Response from X.X.X.X
You can see the attached file about this status

So we need to help us what is problem and how can solve it from Nagios system or from Server side
Thanks
You do not have the required permissions to view the files attached to this post.
Last edited by dwhitfield on Wed Nov 23, 2016 10:22 am, edited 1 time in total.
Reason: marking with green check mark
avandemore
Posts: 1597
Joined: Tue Sep 27, 2016 4:57 pm

Re: Unknown Status

Post by avandemore »

Please show the service definition for All Disks Usage and Memory Usage.

Also use the Run Check Command feature and post the output.
Previous Nagios employee
bashar.abed
Posts: 153
Joined: Tue Oct 11, 2016 1:34 am
Location: Ramallah West Bank Palestine
Contact:

Re: Unknown Status

Post by bashar.abed »

Hi ,
Can you send me the commands to check the service definition for disk and memory and run check command feature
Thanks
avandemore
Posts: 1597
Joined: Tue Sep 27, 2016 4:57 pm

Re: Unknown Status

Post by avandemore »

XI > Configure > CCM > Services > {Your Service}
Previous Nagios employee
bashar.abed
Posts: 153
Joined: Tue Oct 11, 2016 1:34 am
Location: Ramallah West Bank Palestine
Contact:

Re: Unknown Status

Post by bashar.abed »

Hi,

i send the files in private email for you

thanks
avandemore
Posts: 1597
Joined: Tue Sep 27, 2016 4:57 pm

Re: Unknown Status

Post by avandemore »

Please use the Run Check Command for All Disks Usageand Memory Usage and show the output for each.
Previous Nagios employee
bashar.abed
Posts: 153
Joined: Tue Oct 11, 2016 1:34 am
Location: Ramallah West Bank Palestine
Contact:

Re: Unknown Status

Post by bashar.abed »

Hi
How I can use run check command , send me the details about it
avandemore
Posts: 1597
Joined: Tue Sep 27, 2016 4:57 pm

Re: Unknown Status

Post by avandemore »

It looks like this:
run_check_command.png
You do not have the required permissions to view the files attached to this post.
Previous Nagios employee
bashar.abed
Posts: 153
Joined: Tue Oct 11, 2016 1:34 am
Location: Ramallah West Bank Palestine
Contact:

Re: Unknown Status

Post by bashar.abed »

Hi,

please see the below Run Check Command

All Disks Usage :-
[nagios@nms ~]# /usr/local/nagios/libexec/check_snmp_storage.pl -H x.x.x.x -C jawwal-snmp --v2c -m '^' -S --short=0,1,3 -w 90 -c 95 -f --storagetype=FixedDisk
ERROR: General time-out (Alarm signal)

Memory:-
[nagios@nms ~]# /usr/local/nagios/libexec/check_snmp_storage.pl -H x.x.x.x -C jawwal-snmp --v2c -m 'Physical Memory' -w 90 -c 95 -f
ERROR: General time-out (Alarm signal)
avandemore
Posts: 1597
Joined: Tue Sep 27, 2016 4:57 pm

Re: Unknown Status

Post by avandemore »

We don't support 3rd party plugins so your best recourse is to ask the author. I believe this is their site:

http://nagios.manubulon.com/snmp_storage.html

That being said, I can give you a few pointers. First your command is timing out. There is a default timeout of 5 seconds for the plugin I linked to. You can try altering that. Also you should confirm SNMP is working, you can try this from the Nagios system:

Code: Select all

snmpwalk -v 2c -c jawwal-snmp x.x.x.x 1.3.6.1.2.1.25.2
If that doesn't return any data, you'll need to check things like is the host present, firewall issues, and if the SNMP service is running an configured appropriately on the target system.
Previous Nagios employee
Locked