Hello,
Is there any way so that my mikrotik router notifies me by email or something, when my pppoe-client connections are disconnected
But without a script, i don’t want to force my router to check every second my connections…
Hello,
Is there any way so that my mikrotik router notifies me by email or something, when my pppoe-client connections are disconnected
But without a script, i don’t want to force my router to check every second my connections…
You can use netwatch, but it still will imply a script on event, a script which will send you an email.
Thanks,
I don’t care about the e-mail script, i already have it working.
The point is, that ever with netwatch or script i couldn’t “see” the disconnections if they last for less than a second.
And i dont want the make my router check every second 8 pppoe connections.
I needed something like hotspot has in users profiles: onlogin and onlogout
but i don’t think i can do this with my pppoe connections
I see, then try with dude. The dude will collect the syslog of the router, where you can see the ups and downs of the pppoe interface. From there I think you can have a script to email you on event.