Initial commit
Not sure if the format etc. is right yet..but need to push to test
This commit is contained in:
commit
8b8c33dad6
6
commands.cfg
Normal file
6
commands.cfg
Normal 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
9
rattail.pack
Normal 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
7
templates.cfg
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# -*- mode: nagios -*-
|
||||||
|
|
||||||
|
define host {
|
||||||
|
name rattail
|
||||||
|
use linux
|
||||||
|
register 0
|
||||||
|
}
|
Loading…
Reference in a new issue