Hello!
Is there a way to monitor puppet runs with zabbix?
Here is what i want to monitor:
- a host's puppet run is more than 20 minutes ago
- a puppet run fails
I have searched through the internet, but I only found solutions which works with zabbix-sender and my colleagues do not want to install zabbix-sender, or to use report-processors which work like zabbix-sender.
cat /etc/zabbix/conf.d/zab_puppet.confUserParameter=puppet.fact[*],/srv/zabbix/agent/scripts/common/zab_facter.sh $1
cat /srv/zabbix/agent/scripts/common/zab_facter.sh#!/bin/bash
sudo facter -p $1
Hello
Using puppetdb the a query against its api would be my choice if you want not to add custom bits to you puppet infrastructure, which is an entirely reasonable thing to wish to avoid.
Neil
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/770f59fd-e5c1-4063-8f49-be6c7ac12ef5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/16118392-c4d1-44ec-bbc1-155141a9191eo%40googlegroups.com.