asciiphil

Untitled

Aug 16th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. munin::snmp_host { '192.168.10.21':
  2. plugins => ['df', 'load', 'print_pages', 'print_supplies', 'uptime'],
  3. categories => ['site', 'printers'],
  4. }
  5. munin::snmp_host { ['192.168.10.28', '192.168.101.29', '192.168.10.22',
  6. '192.168.10.23', 'ptr7.company.com',
  7. 'ptr12.company.com', 'ptr3.company.com',
  8. 'ptr6.company.com', 'ptr18.company.com',
  9. 'ptr15.company.com']:
  10. plugins => ['print_pages', 'print_supplies', 'uptime'],
  11. categories => ['site', 'printers'],
  12. }
Advertisement
Add Comment
Please, Sign In to add comment