Skip to content

Commit

Permalink
removed LCD and fixed Power monitor
Browse files Browse the repository at this point in the history
LCD does not bring benefit because it occurs through other outages. Power monitor used the wrong OID.
  • Loading branch information
mfuhrmann authored Apr 16, 2019
1 parent 8b6164c commit 26a0737
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions monitors/poller-configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,19 @@
<parameter key="operand" value="3"/>
<parameter key="reason-template" value="The state should be (${operand}), the observed value is ${observedValue}: other(1), unknown(2), ok(3), nonCritical(4), critical(5), nonRecoverable(6). Check details on https://${ipaddr}"/>
</service>
<service name="Dell-LCD" interval="60000" user-defined="false" status="on">
<parameter key="oid" value=".1.3.6.1.4.1.674.10892.5.2.2.0"/>
<parameter key="operator" value="="/>
<parameter key="operand" value="3"/>
<parameter key="reason-template" value="The state should be (${operand}), the observed value is ${observedValue}: other(1), unknown(2), ok(3), nonCritical(4), critical(5), nonRecoverable(6). Check details on https://${ipaddr}"/>
</service>
<service name="Dell-Storage" interval="60000" user-defined="false" status="on">
<parameter key="oid" value=".1.3.6.1.4.1.674.10892.5.2.3.0"/>
<parameter key="operator" value="="/>
<parameter key="operand" value="3"/>
<parameter key="reason-template" value="The state should be (${operand}), the observed value is ${observedValue}: other(1), unknown(2), ok(3), nonCritical(4), critical(5), nonRecoverable(6). Check details on https://${ipaddr}"/>
</service>
<service name="Dell-Power" interval="60000" user-defined="false" status="on">
<parameter key="oid" value=".1.3.6.1.4.1.674.10892.5.2.4.0"/>
<service name="Dell-Power" interval="300000" user-defined="false" status="on">
<parameter key="oid" value=".1.3.6.1.4.1.674.10892.5.4.600.12.1.5"/>
<parameter key="match-all" value="true"/>
<parameter key="walk" value="true"/>
<parameter key="operator" value="="/>
<parameter key="operand" value="4"/>
<parameter key="reason-template" value="The state should be (${operand}), the observed value is ${observedValue}: other(1), unknown(2), off(3), on(4). Check details on https://${ipaddr}"/>
<parameter key="operand" value="3"/>
<parameter key="reason-template" value="The state should be (${operand}), the observed value is ${observedValue}: other(1), unknown(2), ok(3), nonCritical(4), critical(5), nonRecoverable(6). Check details on https://${ipaddr}"/>
</service>
<service name="Dell-Memory" interval="60000" user-defined="false" status="on">
<parameter key="oid" value=".1.3.6.1.4.1.674.10892.5.4.1100.50.1.5"/>
Expand Down

0 comments on commit 26a0737

Please sign in to comment.