Results 313 comments of qgarnier

That how it works: ``` R = RUNNING|LOWER_UP U = UP ``` Maybe we can add following capabilites to be more precise (I'm not sure how it should work now)...

https://github.com/centreon/centreon-plugins/pull/3954 Now, you can use following syntax: ``` --critical-status='%{membersAllDisabled} eq "no" and %{state} eq "enabled" and %{status} eq "red"' ```

I didn't know for that status. It should be ok when it's merged: https://github.com/centreon/centreon-plugins/pull/3956

That kind of equipment doesn't have some entreprise MIB with specific metrics ?

There is the following branch: .1.3.6.1.4.1.6889 Could you provide a snmpwalk ? Maybe some informations can be monitored

There are some OIDs. Which ones could be interesting ?

You could use the linux snmp standard no ?

Ok i see. It can be interesting.

We can use: ```statvv -rw -d 10 -iter 3``` But we get only 3 sampling each 10 seconds. It's not very optimal.

If we can have optimal performance information with WSAPI, let's go :) But i need: * curl commands and results * api documentation