Advertisement
Guest User

Untitled

a guest
Apr 20th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.90 KB | None | 0 0
  1. {
  2.   "checks": {
  3.     "fan-1-ltm1": {
  4.       "command": "/usr/lib64/nagios/plugins/ltm_fans :::snmp.username::: :::snmp.auth_passphrase::: :::snmp.priv_passphrase::: via-ltm1.via.act-on.net .1",
  5.       "interval": 60,
  6.       "occurrences": 5,
  7.       "source": "ltm1",
  8.       "standalone": true
  9.     }
  10.   }
  11. }
  12.  
  13. {
  14.   "checks": {
  15.     "redis-metrics": {
  16.       "command": "/opt/sensu/embedded/bin/metrics-redis-graphite.rb -P :::redis.password:::",
  17.       "handlers": [
  18.         "graphite"
  19.       ],
  20.       "interval": 60,
  21.       "occurrences": 5,
  22.       "type": "metric",
  23.       "standalone": true
  24.     }
  25.   }
  26. }
  27.  
  28. {
  29.   "checks": {
  30.     "rabbitmq-message-queues": {
  31.       "command": "/opt/sensu/embedded/bin/check-rabbitmq-messages.rb --host localhost --user sensu --password :::rabbitmq.password::: --port 15672 -q 20 -w 20",
  32.       "interval": 60,
  33.       "occurrences": 5,
  34.       "standalone": true
  35.     }
  36.   }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement