Hi,
yes host its up.
Nagios core 4.1.1 - map questions
Re: Nagios core 4.1.1 - map questions
Yep, that's why the map is green then. It's based off of your host checks and doesn't factor in the service checks.
Former Nagios Employee
Re: Nagios core 4.1.1 - map questions
its posible to change this behavior?
Re: Nagios core 4.1.1 - map questions
Possible yes, but this would require modifying the Core source code and recompiling.
Former Nagios employee
Re: Nagios core 4.1.1 - map questions
Hi,
This is good information.
Can you give me a hint how?
thx
This is good information.
Can you give me a hint how?
thx
Re: Nagios core 4.1.1 - map questions
There aren't really any hints I can give, this is something that would need to be changed in the Core code itself. The page that displays that map is map.html, but it's a lot of Javascript and Angular code, which either yourself or someone in your organization will need to modify (and we can't support it if it breaks due to those changes). Barring that, you can make the request on our Github and our Core dev might decide to add it in: https://github.com/NagiosEnterprises/nagioscore
Former Nagios employee