The ISPConfig checks the status of the services only on localhost. This way all services running on specific IPs or even running without any IP at all could not be monitored. One example is for shoutcast which uses a connection less datagram protocol. Also some daemons may behave badly on portscans.
Todo:
- call for configured daemons '/etc/init.d/mydeamon status' (and if it really not return a status number as it should parse the output via a RegEx)
or maybe
- use a check for the daemon lock file (/var/lock/subsys/mydaemon.lock)
or use
- or maybe check the pid file (/var/run/mydaemon.pid) with checkproc
[checkproc can be found in killproc.rpm (PLD) or sysvinit.rpm (Suse)]
Remark: maybe it is a Feature Request but one can even think about it as a Bug ... so feel free to move it to the good forum if needed
Recent comments
1 day 9 hours ago
1 day 12 hours ago
1 day 23 hours ago
2 days 2 hours ago
2 days 6 hours ago
2 days 13 hours ago
2 days 22 hours ago
3 days 17 min ago
3 days 8 hours ago
3 days 9 hours ago