Created
          November 24, 2013 22:14 
        
      - 
      
- 
        Save grigio/7633113 to your computer and use it in GitHub Desktop. 
    sensu test
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| "checks": { | |
| "sensu-rabbitmq-beam": { | |
| "handlers": [ | |
| "default" | |
| ], | |
| "command": "/etc/sensu/plugins/check-procs.rb -p beam -C 1 -w 4 -c 5", | |
| "interval": 60, | |
| "occurrences": 2, | |
| "refresh": 300, | |
| "subscribers": [ "sensu" ] | |
| }, | |
| "sensu-rabbitmq-epmd": { | |
| "handlers": [ | |
| "default" | |
| ], | |
| "command": "/etc/sensu/plugins/check-procs.rb -p epmd -C 1 -w 1 -c 1", | |
| "interval": 60, | |
| "occurrences": 2, | |
| "refresh": 300, | |
| "subscribers": [ "sensu" ] | |
| }, | |
| "sensu-redis": { | |
| "handlers": [ | |
| "default" | |
| ], | |
| "command": "/etc/sensu/plugins/check-procs.rb -p redis-server -C 1 -w 4 -c 5", | |
| "interval": 60, | |
| "occurrences": 2, | |
| "refresh": 300, | |
| "subscribers": [ "sensu" ] | |
| }, | |
| "sensu-api": { | |
| "handlers": [ | |
| "default" | |
| ], | |
| "command": "/etc/sensu/plugins/check-procs.rb -p sensu-api -C 1 -w 4 -c 5", | |
| "interval": 60, | |
| "occurrences": 2, | |
| "refresh": 300, | |
| "subscribers": [ "sensu" ] | |
| }, | |
| "sensu-dashboard": { | |
| "handlers": [ | |
| "default" | |
| ], | |
| "command": "/etc/sensu/plugins/check-procs.rb -p sensu-dashboard -C 1 -w 1 -c 1", | |
| "interval": 60, | |
| "occurrences": 2, | |
| "refresh": 300, | |
| "subscribers": [ "sensu" ] | |
| } | |
| } | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment