Hi,
I have 3 interfaces on my NagXI server eth0/1/2, due to the way the network is setup, I am trying to ping a host using eth2 which i can do from command line:
ping -I eth2 10.x.x.x
Would like to know what is an efficient way to do this in Nagios?
Thanks in advance
ping host using other interface
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: ping host using other interface
Code: Select all
/usr/local/nagios/libexec/check_icmp -H 10.x.x.x -s eth2Re: ping host using other interface
Thanks for this, I found that after creating the thread, kindly close this issue.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: ping host using other interface
Great!sitaonair wrote:Thanks for this, I found that after creating the thread, kindly close this issue.
Locking thread