mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +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
pandora_agents/unix
@ -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>
|
||||
|
||||
* tentacle_server: Upgraded to 0.4.0. (Imported from trunk of
|
||||
|
@ -109,10 +109,11 @@ case "$1" in
|
||||
if [ -z "$PANDORA_PID" ]
|
||||
then
|
||||
echo "Pandora FMS Agent is not running."
|
||||
exit 3
|
||||
else
|
||||
echo "Pandora FMS Agent is running with PID $PANDORA_PID."
|
||||
exit 0
|
||||
fi
|
||||
exit 0
|
||||
;;
|
||||
|
||||
force-reload|restart)
|
||||
|
Loading…
x
Reference in New Issue
Block a user