From fae5aaef210a09a8b7b46b00ed36721d9beb83af Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 12 Apr 2011 19:41:05 -0400 Subject: add check_git command to debian/ubuntu as well --- manifests/defaults/commands.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests') diff --git a/manifests/defaults/commands.pp b/manifests/defaults/commands.pp index 9068c63..f5fface 100644 --- a/manifests/defaults/commands.pp +++ b/manifests/defaults/commands.pp @@ -35,6 +35,8 @@ class nagios::defaults::commands { command_line => '$USER1$/check_tcp -H $ARG1$ -p $ARG2$'; check_jabber: command_line => '$USER1$/check_jabber -H $ARG1$'; + check_git: + command_line => '$USER1$/check_tcp -H $ARG1$ -p 9418'; } } default: { -- cgit v1.2.3