Initial commit
mostly as-is, taken from `rattail.fablib` subpackage
This commit is contained in:
commit
40dbb595e9
39 changed files with 3551 additions and 0 deletions
5
rattail_fabric/deploy/shinken/commands.cfg
Normal file
5
rattail_fabric/deploy/shinken/commands.cfg
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
define command{
|
||||
command_name check_rattail_daemon
|
||||
command_line $PLUGINSDIR$/check_by_ssh -H $HOSTADDRESS$ -C "check-rattail-daemon $ARG1$" --logname=rattail
|
||||
}
|
5
rattail_fabric/deploy/shinken/rattail.pack
Normal file
5
rattail_fabric/deploy/shinken/rattail.pack
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "rattail",
|
||||
"description": "Can check various Rattail daemons to ensure they're running. Performs checks using SSH.",
|
||||
"path": "software/"
|
||||
}
|
6
rattail_fabric/deploy/shinken/templates.cfg
Normal file
6
rattail_fabric/deploy/shinken/templates.cfg
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
define host{
|
||||
name rattail
|
||||
use linux
|
||||
register 0
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue