spuder

Untitled

Nov 17th, 2014
444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. ---
  2. classes:
  3. profiles::nagios::client:
  4. checks:
  5. check_load:
  6. command: check_load -w 15,10,5 -c 30,25,20
  7. ensure: present
  8. check_sda1:
  9. command: check_disk -w 20% -c 5% -p /dev/sda1
  10. ensure: present
  11. check_users:
  12. command: check_users -w 5 -c 10
  13. ensure: present
  14. parameters:
  15. puppetmaster:
Advertisement
Add Comment
Please, Sign In to add comment