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_receiver.sh
blob
051f8d2cc00c961f6062adc691d3aab07ddf70ee
1
#!/bin/bash
2
3
DIR
=
$
(
cd
$
(
dirname
"
$0
"
);
pwd
)
4
BIN
=
$DIR
"/../bin"
5
ETC
=
$DIR
"/../etc"
6
7
echo
"Launching Receiver (that manage passive data)"
8
$BIN
/
shinken-receiver
-d -c
$ETC
/
receiverd.ini