Monitoring communication between servers

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
abouhami
Posts: 1
Joined: Mon Dec 10, 2012 5:33 pm

Monitoring communication between servers

Post by abouhami »

Hi All,

I am still new to Nagios and I need to monitor communication between two servers. Would that involve installing a Nagios client on both machines and then write some kind of script that sends data to the main Nagios Server? any king of help and guidance would be appreciated.

Thank you in advancce,

Amine
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Monitoring communication between servers

Post by scottwilkerson »

What type of systems?

You could install an agent on one of the machines (NRPE) along with plugins and then add a command like

Code: Select all

command[check_remote]/usr/local/nagios/libexec/check_ping -H <OTHER_MACHINE_IP> -w 200.0,40% -c 400.0,80% -p 1
Then call from Nagios with check_nrpe
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked