This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Wanted feature. Interface up/down email notify

I would like the ability to send an email to the administrator when one of the network interfaces goes up/down on the firewall. Also the ability to ping a device on each interface (every 60 seconds or so), such as a router connecting to the red interface or a switch/server on the DMZ.

SMS notifications  to a mobile phone would be great, but I think this would be asking to much. It would be a handy feature unless the connection to the internet went down, in which case the SMS would never be sent!

Cheers James  


This thread was automatically locked due to age.
Parents
  • You could write a script that is doing this. You can determine if the interface is up by using 'ifconfig'. You could use crontab for ping every minute (make you own crontab 'touch /etc/crontab.xyz' rw-r-r root root).  
Reply
  • You could write a script that is doing this. You can determine if the interface is up by using 'ifconfig'. You could use crontab for ping every minute (make you own crontab 'touch /etc/crontab.xyz' rw-r-r root root).  
Children
No Data