Search found 6 matches
- Wed Jul 15, 2015 12:55 pm
- Forum: Open Source Nagios Projects
- Topic: Multiple IP Address per Host Strategies
- Replies: 10
- Views: 14033
Re: Multiple IP Address per Host Strategies
For some reason the focus is on the host checks but miss the bigger picture. The topic is not host checks, but dealing with multiple IPs per host and strategies there. I already implemented the Linode API check_linode for the host status. Though there could be issues there that might make it seem as...
- Tue Jul 14, 2015 12:22 pm
- Forum: Open Source Nagios Projects
- Topic: Multiple IP Address per Host Strategies
- Replies: 10
- Views: 14033
Re: Multiple IP Address per Host Strategies
However after looking at the Linode API, I am not seeing anything status related. I likely am missing something, but I did look around a bit. https://www.linode.com/api It does have the ability to show node status via linode.list() operation. I made a quick crude bash script for this. But I still h...
- Tue Jul 14, 2015 11:01 am
- Forum: Open Source Nagios Projects
- Topic: Multiple IP Address per Host Strategies
- Replies: 10
- Views: 14033
Re: Multiple IP Address per Host Strategies
Incidentally, with a little bit of digging you'd find that the board you're typing this on is cloud hosted. Yes, support.nagios.com is hosted at Linode, where I have most of my cloud servers hosted but not all. Also I would like a consistent way to check hosts, regardless of the cloud provider. Hoo...
- Mon Jul 13, 2015 5:41 pm
- Forum: Open Source Nagios Projects
- Topic: Multiple IP Address per Host Strategies
- Replies: 10
- Views: 14033
Re: Multiple IP Address per Host Strategies
I'm still not sure I'm catching the logic. Sounds like you want 4 IPs ANDed together to create host state? If I am going with all IP checks being services, then yes I would like to combine those 4 checks to determine the host state. I can make sense of the fact that if all 4 IPs aren't up then the ...
- Mon Jul 13, 2015 5:00 pm
- Forum: Open Source Nagios Projects
- Topic: Multiple IP Address per Host Strategies
- Replies: 10
- Views: 14033
Re: Multiple IP Address per Host Strategies
Sorry let me provide more information, the host is a cloud server, with a remote Nagios server. The main way to check to see if that is up is likely going to be via Layer 3. Which if I can't ping, I can't really get any info via SNMP either. I could have checks being done locally, then calling home ...
- Mon Jul 13, 2015 4:27 pm
- Forum: Open Source Nagios Projects
- Topic: Multiple IP Address per Host Strategies
- Replies: 10
- Views: 14033
Multiple IP Address per Host Strategies
This is likely something that is asked allot, and I have been researching this myself. Scenario Each host has 4 IP addresses, at minimum. Public and private IPv4 and IPv6 addresses. I am aware of the following approaches, and there likely are more. 1. Host per IP address (what I am using now and not...