Page 1 of 1
check_fujitsu_primergy cause UNKNOWN Error
Posted: Fri Jan 13, 2012 4:05 am
by sonuma
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
Re: check_fujitsu_primergy cause UNKNOWN Error
Posted: Fri Jan 13, 2012 12:22 pm
by mguthrie
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.
Re: check_fujitsu_primergy cause UNKNOWN Error
Posted: Fri Jan 13, 2012 12:31 pm
by scottwilkerson
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?
Re: check_fujitsu_primergy cause UNKNOWN Error
Posted: Mon Jan 16, 2012 3:31 am
by sonuma
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
Re: check_fujitsu_primergy cause UNKNOWN Error
Posted: Mon Jan 16, 2012 3:34 am
by sonuma
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
Re: check_fujitsu_primergy cause UNKNOWN Error
Posted: Mon Jan 16, 2012 3:39 am
by sonuma
Administrator, is it possible to move this post to customer forum ?
Thank you
Re: check_fujitsu_primergy cause UNKNOWN Error
Posted: Mon Jan 16, 2012 10:09 am
by scottwilkerson
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?
Re: check_fujitsu_primergy cause UNKNOWN Error
Posted: Mon Jan 16, 2012 10:15 am
by sonuma
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
Re: check_fujitsu_primergy cause UNKNOWN Error
Posted: Mon Jan 16, 2012 10:34 am
by sonuma
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
Re: check_fujitsu_primergy cause UNKNOWN Error
Posted: Tue Jan 17, 2012 6:04 am
by sonuma
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