mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
2013-10-21 Ramon Novoa <rnovoa@artica.es>
* pandora_agent_daemon: Changed status return codes to conform to LSB specs. Fixes bug #2397. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8940 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
3462a1717e
commit
1f4b99eaa9
@ -1,3 +1,8 @@
|
|||||||
|
2013-10-21 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* pandora_agent_daemon: Changed status return codes to conform to LSB
|
||||||
|
specs. Fixes bug #2397.
|
||||||
|
|
||||||
2013-10-13 Junichi Satoh <junichi@rworks.jp>
|
2013-10-13 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
* tentacle_server: Upgraded to 0.4.0. (Imported from trunk of
|
* tentacle_server: Upgraded to 0.4.0. (Imported from trunk of
|
||||||
|
@ -109,10 +109,11 @@ case "$1" in
|
|||||||
if [ -z "$PANDORA_PID" ]
|
if [ -z "$PANDORA_PID" ]
|
||||||
then
|
then
|
||||||
echo "Pandora FMS Agent is not running."
|
echo "Pandora FMS Agent is not running."
|
||||||
|
exit 3
|
||||||
else
|
else
|
||||||
echo "Pandora FMS Agent is running with PID $PANDORA_PID."
|
echo "Pandora FMS Agent is running with PID $PANDORA_PID."
|
||||||
|
exit 0
|
||||||
fi
|
fi
|
||||||
exit 0
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
force-reload|restart)
|
force-reload|restart)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user