Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. With this config i assume i should be getting email notifications only after N number of occurrences have occurred. But that doesn't seem to happen.
  2.  
  3. {
  4. "checks": {
  5. "cron_check": {
  6. "command": "/etc/sensu/plugins/check-procs.rb -p crond -C 1 ",
  7. "interval": 10,
  8. "standalone": true,
  9. "aggregate":true,
  10. "handlers": [ "mail" ],
  11. "occurrences": 10,
  12. "refresh": 30
  13. }
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement