Initial commit

Not sure if the format etc. is right yet..but need to push to test
This commit is contained in:
Lance Edgar 2016-12-01 18:12:39 -06:00
commit 8b8c33dad6
3 changed files with 22 additions and 0 deletions

6
commands.cfg Normal file
View file

@ -0,0 +1,6 @@
# -*- mode: nagios -*-
define command {
command_name check_rattail_daemon
command_line $PLUGINSDIR$/check_by_ssh -H $HOSTADDRESS$ -C "check-rattail-daemon $ARG1$" --logname=rattail
}

9
rattail.pack Normal file
View file

@ -0,0 +1,9 @@
{
"name": "rattail",
"types": ["pack"],
"version": "1.0",
"homepage": "https://rattailproject.org/",
"author": "Lance Edgar",
"description": "Can check various Rattail daemons to ensure they're running. Performs checks using SSH.",
"license": "AGPL"
}

7
templates.cfg Normal file
View file

@ -0,0 +1,7 @@
# -*- mode: nagios -*-
define host {
name rattail
use linux
register 0
}