Ok, so I am a bad bad admin and haven't been doing all the self monitoring that I should have been doing. After my ramdisk filling up this past weekend, I decided to get off my butt and get this all setup.
I want my main XI server to monitor all my other XI servers. I used the monitoring wizard to set it up, I put in the IP, URL and user/pass. It went to the next screen and I continued with the wizard.
First problem: I can't ping the server (FW Rules), so I'll change that to a check_dummy and won't worry about pings. I'll get alerted on the services when they dont succeed if the server is down.
Second problem: All the services are coming back with:
Code: Select all
Error: Could not parse XML from https://xxxxx.xxx.xxx.com/nagiosxi/ ()
I can only get to the this server (and also another I'll be doing) via SSL. We use http to get to all of our XI servers, so no certs have been added or anything. If I try and curl to the NagiosXI server from my main one, I have to use the -k option. I imagine that is the issue with this check as well, right? Any idea how to resolve?