Hey all,
Has anybody here worked with the Opsview module in Puppet? I've done 
anything according to the manuals but when I run the agent nothing happens 
from that module and class, not even an error.

*site.pp:*
node /^proxy\d+\.instances\.vircado\.com$/ {
        include proxy, common, opsview
}
import "opsview"

*modules/opsview/manifests/init.pp:*
class opsview {
        opsview_monitored{ "test":
                ensure => present,
                hostgroup => "test",
                hosttemplates => ["test"],
                ip => "testserver",
                monitored_by => "master.instances.vircado.com",
                name => "test",
                reload_opsview => true,
        }

        notify{ "in opsview class": }

}


The notify inside the opsview class is working, however anything else is not 
making any sound, and not errors.

I'd really appreciate the help, couldn't find anything documented about 
this..

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/wpah29fgrHkJ.
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.

Reply via email to