meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
documentation:software_interface [2016/12/14 15:27] vordocumentation:software_interface [2017/05/23 14:17] – [Nagios API] vor
Line 284: Line 284:
  
 <code bash>$ /usr/lib/nagios/plugins/check_nrpe -H 10.11.12.244 \ <code bash>$ /usr/lib/nagios/plugins/check_nrpe -H 10.11.12.244 \
-            -c check_temp -a 10.11.12.244 10 2 30 40+            -c check_temp -a 10.11.12.244 10 2 70:104 105:
  
-OK - Temperature: 29 C|temp=29,000000;30;40;10,000000;105,000000+OK - Temperature: 29 C|temp=29,000000;70:104;105;70,000000;105,000000
 </code> </code>
  
Line 302: Line 302:
 | ''10'' | Get sensor values from this baseboard (''1'' - ''18'') | | ''10'' | Get sensor values from this baseboard (''1'' - ''18'') |
 | ''2'' | Get values from this sensor (''max'', ''inlet'', ''outlet'', ''0'', ''1'', ''2'', ''3'', ''4'') | | ''2'' | Get values from this sensor (''max'', ''inlet'', ''outlet'', ''0'', ''1'', ''2'', ''3'', ''4'') |
-| ''30''Upper warning threshold | +| ''70:104''Range of warning threshold | 
-| ''40''Upper critical threshold |+| ''105''Range critical threshold (ending with '':'' means open end) |
  
 Options for the ''check_power'' plugin: \\ Options for the ''check_power'' plugin: \\
Line 311: Line 311:
 | ''10'' | Get sensor values from this baseboard (''1'' - ''18'') |     | ''10'' | Get sensor values from this baseboard (''1'' - ''18'') |    
 | ''2'' | Get sensor values from this node (''1'', ''2'', ''3'', ''4'') | | ''2'' | Get sensor values from this node (''1'', ''2'', ''3'', ''4'') |
-| ''30''Upper warning threshold [Watt] | +| ''80:110''Range of warning threshold [Watt] | 
-| ''40''Upper critical threshold [Watt] |+| ''110:''Range of critical threshold [Watt] |