Hola, I'm trying to write a simple script that, tied to a cron job, will net me recurring scheduled downtime. I pulled the following: #!/bin/sh # This is a sample shell script showing how you can submit the SCHEDULE_HOST_DOWNTIME command # to Nagios. Adjust variables to fit your environment as neces...
Sorry to necro, but recently ran into this issue. I was fortunate enough to keep backups of my nagios/etc folder every time I pushed a configuration change to the nagios servers (we have many...) and found that the host name IS case sensitive and will throw this silly Permissions error if the desire...
Hola, First of all, I couldn't find this issue anywhere else in the forum. If you know of another thread talking about this could you please direct me to it? :) I had a core install of 3.5.1 that checked in on several servers (~10) using NRPE. I installed a few plugins on those remote servers to che...
Ubuntu 12.04 LTS I followed the Nagios instructions first. They did not work. htpasswd -c would simply not work (server configuration issue?) I got around this step by following the other guide, which essentially moved where the password file was kept, as far as I could tell. Other than that I exclu...
Hey there, I have some sort of server miss configuration. I'm hoping someone can point out where I went wrong… I followed these installation steps for Ubuntu: http://assets.nagios.com/downloads/nagioscore/docs/Installing_Nagios_Core_From_Source.pdf But the command ' htpasswd -c /usr/local/nagios/etc...