From 45c08416b675141f75a07bb0d918109fb0eb3581 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 22 May 2010 20:49:52 +0200 Subject: check status over pidfile --- manifests/client/openbsd.pp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'manifests/client/openbsd.pp') diff --git a/manifests/client/openbsd.pp b/manifests/client/openbsd.pp index 31a9621..3c65fbd 100644 --- a/manifests/client/openbsd.pp +++ b/manifests/client/openbsd.pp @@ -45,8 +45,9 @@ class munin::client::openbsd inherits munin::client::base { '4.3' => '/opt/munin/sbin/munin-node', default => '/usr/local/sbin/munin-node' }, - hasstatus => false, - hasrestart => false, + status => 'test -e /var/run/munin/munin-node.pid && (ps ax | egrep -q "^$(cat /var/run/munin/munin-node.pid).*munin-node")', + hasstatus => true, + hasrestart => true, require => [ File['/var/run/munin'], File['/var/log/munin'] ], } cron{'clean_munin_logfile': -- cgit v1.2.3