Could someone please help me:
I have a couple of cisco routers, which has two pingable interfaces: external (for example, 10.0.2.1) and VPN (10.0.1.1). I want to monitor both of them.
I've tried to create host and add two interfaces of "zabbix agent" type:
10.0.1.1 test-gw-int
10.0.2.1 test-gw-ext
after i created two simple check items: "icmpping[{HOST.IP1}]" and "icmpping[{HOST.IP2}]", and two according triggers: "{HOST.DNS1} is unreachable" and "{HOST.DNS2} is unreachable".
But no luck: if i put one of interfaces down, i got 0 on both items and two triggers are armed: "test-gw-int is unreachable" (that's correct), and "{HOST.DNS2} is unreachable" (suddenly, macros isn't resolved).
Could someone please tell me:
- How interfaces are counted in macros (HOST.IP1, HOST.IP2 etc)?
- What does "default interface" means? This is not described in documentation.
May be i'm doing something wrong? Could someone please correct me?
b.r.,
scarab
I have a couple of cisco routers, which has two pingable interfaces: external (for example, 10.0.2.1) and VPN (10.0.1.1). I want to monitor both of them.
I've tried to create host and add two interfaces of "zabbix agent" type:
10.0.1.1 test-gw-int
10.0.2.1 test-gw-ext
after i created two simple check items: "icmpping[{HOST.IP1}]" and "icmpping[{HOST.IP2}]", and two according triggers: "{HOST.DNS1} is unreachable" and "{HOST.DNS2} is unreachable".
But no luck: if i put one of interfaces down, i got 0 on both items and two triggers are armed: "test-gw-int is unreachable" (that's correct), and "{HOST.DNS2} is unreachable" (suddenly, macros isn't resolved).
Could someone please tell me:
- How interfaces are counted in macros (HOST.IP1, HOST.IP2 etc)?
- What does "default interface" means? This is not described in documentation.
May be i'm doing something wrong? Could someone please correct me?
b.r.,
scarab
Comment