Hi I've just started working on puppet and there's one problem i'm looking for a solution for. We use snmp to monitor our servers and snmpd.conf is dependent of what kind of services and and mountpoints each server has.
So here's what I want. We have a snmpd.conf file which is similar on all servers. It just defines where to send the snmptraps and other general setting. Then I want all mountpoints added dynamically to snmpd.local.conf, to show when we're low on space. In the same file I want all important processes added as well, dependant on which class they're inherited. So for example if they're in a class called webserver, "proc httpd" should be added to that file. So far I've gotten to copy the file to each server and added a script to facter which is able to find each mountpoints. But now I'm kind of stuck. Is what I want possible to do i puppet? Or is there a better solution for this? Hope you can give me an answer to this. Regards Espen -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.