Distributed Infrastructure Setup
Posted: Mon Dec 07, 2015 11:06 am
Hi, I'm new to Nagios and this Board, so please do not be to harsh 
Today we have a setup like this
(with more than one "Slave")
What we now want to implement is something like this
(No, we do not want the "NRDP-client" to talk directly to the "Master).
Is a setup like this possible?
KR
--
Dan
Today we have a setup like this
Code: Select all
Firewall
//
+--------+ // +--------+ +-----------------+
| Nagios | // | Nagios | | Client-1 |
| Master | <--NSCA--- | Slave |------>| "active" checks |
| (NSCA) | // | | | |
+--------+ // +--------+ +-----------------+
//
What we now want to implement is something like this
Code: Select all
Firewall
//
+--------+ // +--------+ +-----------------+
| Nagios | // | Nagios | | Client-1 |
| Master | <--NSCA--- | Slave |------>| "active" checks |
| (NSCA) | // | (NRDP) | | |
+--------+ // +--------+ +-----------------+
// ^
|
| +-----------------+
| | Client-2 |
+----NRDP----| passive checks |
| send_nrdp |
+-----------------+
Is a setup like this possible?
KR
--
Dan