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_poller_debug.sh
blob
752b82c6bc9aa271101c392694329c4f936d8ff7
1
#!/bin/bash
2
3
DIR
=
$
(
cd
$
(
dirname
"
$0
"
);
pwd
)
4
BIN
=
$DIR
"/../bin"
5
ETC
=
$DIR
"/../etc"
6
DEBUG_PATH
=
"/tmp/poller.debug"
7
8
echo
"Launching Poller (that launches the checks) in debug mode to the file
$DEBUG_PATH
"
9
$BIN
/
shinken-poller
-d -c
$ETC
/
pollerd.ini
--debug
$DEBUG_PATH