This support forum board is for support questions relating to
Nagios XI , our flagship commercial network monitoring solution.
sonuma
Posts: 42 Joined: Fri Jan 13, 2012 3:51 am
Post
by sonuma » Fri Jan 13, 2012 4:05 am
Hello,
I have installed "check_fujitsu_primergy" plugin perl script for monitoring my Fujitsu Server Blade BX920.
I configured two servers with the same parameters for accept read SNMP by the plugin, but once return an unknown error status...
Code: Select all
UNKNOWN Error: get_request(): Received noSuchName(2) error-status at error-index 1
In which case is it possible ? Where look the problem...
An idea ?
Thank you
mguthrie
Posts: 4380 Joined: Mon Jun 14, 2010 10:21 am
Post
by mguthrie » Fri Jan 13, 2012 12:22 pm
Try running:
Code: Select all
cd /usr/local/nagios/libexec
./check_fujitsu_primergy -h
and see if it gives you plugin documentation with what you need.
scottwilkerson
DevOps Engineer
Posts: 19396 Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:
Post
by scottwilkerson » Fri Jan 13, 2012 12:31 pm
This is usually returned in SNMP plugins when the SNMP OID isn't found.
Are the 2 servers configured exactly the same?
Connecting to same server?
same community string?
same SNMP version?
sonuma
Posts: 42 Joined: Fri Jan 13, 2012 3:51 am
Post
by sonuma » Mon Jan 16, 2012 3:31 am
mguthrie wrote: Try running:
Code: Select all
cd /usr/local/nagios/libexec
./check_fujitsu_primergy -h
and see if it gives you plugin documentation with what you need.
Hi,
When i launch this command i receive OK state, it's strange :
Code: Select all
[id@srv libexec]# ./check_fujitsu_primergy.pl -H X.X.X.X -C public
OK ID: YL4E002818 - Environment(OK) - PowerSupply(OK) - MassStorage(OK) - SystemBoard(OK) | PowerConsumption=137Watt Ambient=21C;40;45 CPU1=35C;94;97 CPU2=37C;94;97 CPU1_VRD=31C;80;85 CPU2_VRD=38C;80;85 DIMM-1A=30C;91;93 DIMM-1B=29C;91;93 DIMM-1C=28C;91;93 DIMM-1D=31C;91;93 DIMM-1E=30C;91;93 DIMM-1F=29C;91;93 Mezzanine1=30C;75;80 HW_Monitor1=22C;60;65 HW_Monitor2=22C;60;65 IOH=47C;89;92
sonuma
Posts: 42 Joined: Fri Jan 13, 2012 3:51 am
Post
by sonuma » Mon Jan 16, 2012 3:34 am
scottwilkerson wrote: This is usually returned in SNMP plugins when the SNMP OID isn't found.
Are the 2 servers configured exactly the same?
Connecting to same server?
same community string?
same SNMP version?
Hi,
Yes exactly the same server...same Windows 2008, same agent fujitsu, same config of snmp
sonuma
Posts: 42 Joined: Fri Jan 13, 2012 3:51 am
Post
by sonuma » Mon Jan 16, 2012 3:39 am
Administrator, is it possible to move this post to customer forum ?
Thank you
scottwilkerson
DevOps Engineer
Posts: 19396 Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:
Post
by scottwilkerson » Mon Jan 16, 2012 10:09 am
sonuma wrote:
Code: Select all
[id@srv libexec]# ./check_fujitsu_primergy.pl -H X.X.X.X -C public
OK ID: YL4E002818 - Environment(OK) - PowerSupply(OK) - MassStorage(OK) - SystemBoard(OK) | PowerConsumption=137Watt Ambient=21C;40;45 CPU1=35C;94;97 CPU2=37C;94;97 CPU1_VRD=31C;80;85 CPU2_VRD=38C;80;85 DIMM-1A=30C;91;93 DIMM-1B=29C;91;93 DIMM-1C=28C;91;93 DIMM-1D=31C;91;93 DIMM-1E=30C;91;93 DIMM-1F=29C;91;93 Mezzanine1=30C;75;80 HW_Monitor1=22C;60;65 HW_Monitor2=22C;60;65 IOH=47C;89;92
Do you get proper output like this from both machines?
sonuma
Posts: 42 Joined: Fri Jan 13, 2012 3:51 am
Post
by sonuma » Mon Jan 16, 2012 10:15 am
Hello,
Yes i have the same result on two machines
Code: Select all
[root@SRV1 libexec]# ./check_fujitsu_primergy.pl -H X.X.X.1 -C public
OK ID: YL4E002820 - Environment(OK) - PowerSupply(OK) - MassStorage(OK) - SystemBoard(OK) | PowerConsumption=345Watt Ambient=19C;40;45 CPU1=77C;94;97 CPU2=78C;94;97 CPU1_VRD=41C;80;85 CPU2_VRD=47C;80;85 DIMM-1A=34C;91;93 DIMM-1B=32C;91;93 DIMM-1C=31C;91;93 DIMM-1D=35C;91;93 DIMM-1E=35C;91;93 DIMM-1F=34C;91;93 Mezzanine1=35C;75;80 HW_Monitor1=21C;60;65 HW_Monitor2=21C;60;65 IOH=45C;89;92
[root@SRV1 libexec]# ./check_fujitsu_primergy.pl -H X.X.X.2 -C public
OK ID: YL4E002818 - Environment(OK) - PowerSupply(OK) - MassStorage(OK) - SystemBoard(OK) | PowerConsumption=333Watt Ambient=20C;40;45 CPU1=77C;94;97 CPU2=83C;94;97 CPU1_VRD=42C;80;85 CPU2_VRD=49C;80;85 DIMM-1A=33C;91;93 DIMM-1B=32C;91;93 DIMM-1C=31C;91;93 DIMM-1D=37C;91;93 DIMM-1E=37C;91;93 DIMM-1F=35C;91;93 Mezzanine1=37C;75;80 HW_Monitor1=21C;60;65 HW_Monitor2=21C;60;65 IOH=44C;89;92
sonuma
Posts: 42 Joined: Fri Jan 13, 2012 3:51 am
Post
by sonuma » Mon Jan 16, 2012 10:34 am
I reinstalled Fujitsu Agent on the machine and reconfigure nagios, with the same parametrs, for the moment the state is OK.
I wait i wait
sonuma
Posts: 42 Joined: Fri Jan 13, 2012 3:51 am
Post
by sonuma » Tue Jan 17, 2012 6:04 am
Hello,
After investigation,
-If i configure one service for the two hosts, i receive "unknown error"
-If i configure one service for each host (so two services), i have no error !
Conflict with this plugin in the same service for different host ? good question..
Thank you, bye