You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running keepalived with snmp support to be able to monitor the state of my vrrp instances, snmpd is running on the keepalived VM's and the monitoring host. On each puppet run on the monitoring host I get the following:
Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running' (corrective)
Info: /Stage[main]/Snmp/Service[snmpd]: Unscheduling refresh on Service[snmpd]
Here are my simple manifests: $ cat manifests/snmpd.pp
Hi,
I am running
keepalived
withsnmp
support to be able to monitor the state of my vrrp instances,snmpd
is running on the keepalived VM's and the monitoring host. On each puppet run on the monitoring host I get the following:Here are my simple manifests:
$ cat manifests/snmpd.pp
$ cat manifests/client.pp
snmpd.pp
is included to the keepalived hosts andclient.pp
to the monitoring host.Can I stop this behavior? I actually need
snmpd
to be running on the keepalived VM's only?Thanks
The text was updated successfully, but these errors were encountered: