Yes, I'm ok, you can close the topic.
Nic
Search found 5 matches
- Wed Apr 29, 2020 5:42 am
- Forum: Nagios XI
- Topic: Monitor host A from host B through Nagios XI command
- Replies: 6
- Views: 529
- Tue Apr 28, 2020 2:31 am
- Forum: Nagios XI
- Topic: Monitor host A from host B through Nagios XI command
- Replies: 6
- Views: 529
Re: Monitor host A from host B through Nagios XI command
Hi, thanks again, it works.
I changed the packet size and added set it to "show-all" and I have all the info I need, output:
OK: 1/1 (<ip_address> Packet loss = 0%, RTA = 0ms)
Thanks
Regards
I changed the packet size and added
Code: Select all
$ARG3$OK: 1/1 (<ip_address> Packet loss = 0%, RTA = 0ms)
Thanks
Regards
- Mon Apr 27, 2020 7:39 am
- Forum: Nagios XI
- Topic: Monitor host A from host B through Nagios XI command
- Replies: 6
- Views: 529
Re: Monitor host A from host B through Nagios XI command
Hi, many thanks for your answer, yes at the moment I only need a ping. The other step I did in order to bypass all SSL handshake errors are: - insecure = true - ;verify mode = peer-cert Edited check_nrpe command in nagios to: $USER1$/check_nrpe -H $HOSTADDRESS$ -2 -t 30 -c $ARG1$ $ARG2$ Is evertythi...
- Fri Apr 24, 2020 9:35 am
- Forum: Nagios XI
- Topic: Monitor host A from host B through Nagios XI command
- Replies: 6
- Views: 529
Monitor host A from host B through Nagios XI command
Hello, I would like to implement a check that can ping host B from host A (both are Windows Server) through a check command sent by Nagios XI. I saw something about nsclient++, can you help me to figure out what should I do in order to have: - command from Nagios XI e.g. check_hostB_through_hostA - ...
- Mon Nov 20, 2017 10:53 am
- Forum: Nagios XI
- Topic: Nagios XI remote probe
- Replies: 2
- Views: 530
Nagios XI remote probe
Hi all, I'm trying a way to monitor remote hosts, in the following scenario. Site A (my company LAN, where Nagios XI is installed) Site B (my customer LAN, where we can not install nagios xi servers) Inside Site B we need to monitor different type of hosts, we have Windows machines, EMC storage like...