Hello,
i need to monitor some parameters with zabbix, i use ssh agent .
so zabbix check every minute some value and login with ssh to many mikrotik.
on mikrotik i enable ssh and open only from zabbix ip .
i also create a user , with only read and ssh permissions.
works great but i have every minute log with login …
can i setup mikrotik to no log login with user “zabbix_ssh” over service ssh?
Sounds like a nightmare, you should look up Remote Winbox Service, it may save you lots of time. Also Dude which is already on the routers may be of some use in your situation.
thank you for reply.
but i try to dude, i also monitor my mikrotik with dude.
but is more complex to create probe / functions …
with zabbix i can monitor more and i have more control. ( at least it seems so to me… )
i monitor with zabbix 99% with snmp.
i try to create custom snmp , works great but i need to create a specific script , check oid value … not simple…
with ssh agent for me , is very simple…
i protect my mikrotik with setup ssh only with zabbix ip.
so only pro , only con is log…
thank you