repo.or.cz
/
shinken.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add : service without host will be just droped, like Nagios.
[shinken.git]
/
bin
/
launch_reactionner.sh
blob
dbe0501db612ced1709f3e8d6803866fd05d0276
1
#!/bin/bash
2
3
DIR
=
$
(
cd
$
(
dirname
"
$0
"
);
pwd
)
4
BIN
=
$DIR
"/../bin"
5
ETC
=
$DIR
"/../etc"
6
7
echo
"Launching Reactionner (that sends the notifications)"
8
$BIN
/
shinken-reactionner
-d -c
$ETC
/
reactionnerd.ini