I have installed Webmin 1.070 on a Debian 3.0 and would like to add another server/service to be monitored in "System and Server Status" module. The dop down menu does not have a way to add a new service.
How do you add new service then ?
Thanks
Asrap
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All,
I have installed Webmin 1.070 on a Debian 3.0 and would like to add another server/service to be monitored in "System and Server Status" module. The dop down menu does not have a way to add a new service.
How do you add new service then ?
Thanks
Asrap
The drop down menus have quite a few options you can use, including remote ping, process monitoring and remote http service and remote tcp service.
What exactly are you after?
Michael.
I want to add a "monitor type" for my ssh and ppd daemon. So when I go to the "System and Server Status" page I can see if they are running or not.
Thanks
asrap
I want to add a "monitor type" for my ssh and ppd daemon. So when I go to the "System and Server Status" page I can see if they are running or not.
Thanks
asrap
Easy. Just select the:
check process
then when configuring it, put something like:
Check Process - pppd
in the description and:
check on schedule? yes, and email when going down
and in the "command to check for" enter:
pppd
That's it, it'll start monitoring pppd from there.
You should be able to do the same thing for sshd.
Michael.