Hey there!
New day, new problems!
I’ve started monitoring a few routers in our network, and more specifically I’m targetting an Interface with check_snmp_cisco_ifstatus.
Problem is, it keeps giving me the Interface not Found error.
it seems like -H $HOSTADDRESS$ -i FastEthernet0/1 doesn’t work,
while -H [name] -i FastEthernet0/1 does work (no error).
(Also tried with -C $SNMP_COMMUNITY$ or -C [name] but no luck either)
To me it looks like the macro $HOSTADDRESS$ isn’t working here, wich is very annoying if there are going to be a lot more routers.
I’ve triple checked the names of the interfaces, and they are all correct.
Running the check_snmp_cisco_ifstatus from /usr/local/nagios/libexec doesn’t give any problems either. (Note: Not using $HOSTADDRESS$ here, seems like it doesn’t work here either)
If anyone could tell me what I’m doing wrong, you’d make me very happy!
Edit: This is a Nagios installation on Ubuntu. Using Opsview for our demanding eyes