Emilio Bruna <[email protected]> writes: > Hello all, > i'm monitoring several Dell windows servers with nagios and NSClient++ > and OMSA + check_openmanage. On one of these, i'm getting a problem > monitoring the redundant power supplies. > > Running the command below LOCALLY on the machine being monitored i got > the right data from omreport.exe: > > c:\Program Files (x86)\Dell\SysMgt\oma\bin>omreport.exe chassis pwrsupplies > Power Supplies Information > > --------------------------------------- > Main System Chassis Power Supplies : Ok > --------------------------------------- > > Power Supply Redundancy : Ok > Attribute : Redundancy Status > Value : Full > Individual Power Supply Elements > Index : 0 > Status : Ok > Location : PS 1 Status > Type : AC > Rated Input Wattage : 680 W > Maximum Output Wattage : 500 W > Online Status : Presence Detected > Power Monitoring Capable : Yes > > Index : 1 > Status : Ok > Location : PS 2 Status > Type : AC > Rated Input Wattage : 680 W > Maximum Output Wattage : 500 W > Online Status : Presence Detected > Power Monitoring Capable : Yes > > running the below command (the ones needed to check_openmanage): > > c:\Program Files > (x86)\Dell\SysMgt\oma\bin>c:\Users\administrator.CMVC\Desktop\ > check_openmanage.exe --omreport "c:\Program Files (x86)\Dell\SysMg > mreport.exe" > Problem running 'omreport chassis pwrmonitoring': Error: Current probes not > found > > i've noticed that the switches coming from check_openmanage are > slightly different from the ones passed from omreport.exe ("omreport > chassis pwrmonitoring" instead of "omreport chassis pwrsupplies") > > so it seems that check_openmanage has the wrong switches regard to the > powermonitoring check status; or maybe the omsa version i'm using is > not at the correct version to work in the right way with > check_openmanage.
Hi Emilio, Don't confuse the two arguments 'pwrsupplies' and 'pwrmonitoring'. They do different things, and check_openmanage uses both of them. It runs 'omreport chassis pwrsupplies' to get the status of the power supplies, and it runs 'omreport chassis pwrmonitoring' to get the status and value of the amperage probes. The latter includes the overall power consumption of the server. In your case, it's the 'pwrmonitoring' command that fails. This is a known problem with some older versions of OMSA. Which version of OMSA are you running, and on what kind of PowerEdge server? Regards, -- Trond H. Amundsen <[email protected]> Center for Information Technology Services, University of Oslo ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
