Hi
I have a monitor that monitors certain ports on an Ubuntu Server.
When the monitor fires an action - how do I define an action to perform an action on the ubuntu host? Say i wan't to monitor TCP port 25 for my mail-server and when that fails, then I would like to restart my SMTP Server on that host.
manually - i would log in using ssh, and run the "sudo service postfix restart" command - but how to do that in the form of an action
Br Poul