asciiphil

Sample Puppet configs for declaring SNMP hosts.

Aug 16th, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  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', 'hmaaptr.hillmgt.com',
  7. 'hmcopyptr.hillmgt.com', 'hmlaptr.hillmgt.com',
  8. 'hmlaptr02.hillmgt.com', 'hmmktptr.hillmgt.com',
  9. 'hmtiptr.hillmgt.com']:
  10. plugins => ['print_pages', 'print_supplies', 'uptime'],
  11. categories => ['site', 'printers'],
  12. }
Advertisement
Add Comment
Please, Sign In to add comment