Thanks.
That worked.
Search found 21 matches
- Tue Nov 24, 2015 4:51 pm
- Forum: Open Source Nagios Projects
- Topic: Adding a pnp4nagios link to Nagios navigation bar
- Replies: 3
- Views: 1764
- Tue Nov 24, 2015 4:00 pm
- Forum: Open Source Nagios Projects
- Topic: Adding a pnp4nagios link to Nagios navigation bar
- Replies: 3
- Views: 1764
Adding a pnp4nagios link to Nagios navigation bar
Hello --
I have pnp4nagios running on our system, and I want to add a link to the left panel navigation bar to the page.
I know the file to modify is the side.php, but I wanted to know what would be the correct syntax to insert into
the file in order to go to the page in question.
Thanks.
I have pnp4nagios running on our system, and I want to add a link to the left panel navigation bar to the page.
I know the file to modify is the side.php, but I wanted to know what would be the correct syntax to insert into
the file in order to go to the page in question.
Thanks.
- Tue Nov 24, 2015 1:11 pm
- Forum: Open Source Nagios Projects
- Topic: Problem installing pnp4nagios
- Replies: 7
- Views: 5030
Re: Problem installing pnp4nagios
Hello --
I solved the problem..."With A Little Help From My Friends"...
The solution was pretty simple: I had installed an older version of pnp4nagios, and I simply upgraded it to the latest version,
and that solved the problem.
I solved the problem..."With A Little Help From My Friends"...
The solution was pretty simple: I had installed an older version of pnp4nagios, and I simply upgraded it to the latest version,
and that solved the problem.
- Tue Nov 24, 2015 8:50 am
- Forum: Open Source Nagios Projects
- Topic: Problem installing pnp4nagios
- Replies: 7
- Views: 5030
Re: Problem installing pnp4nagios
Hello -- I have made some progress. I can get to the pnp4nagios page, but I am now encountering the following error: PNP4Nagios Version 0.6.10 Please check the documentation for information about the following error. Non-static method nagios_Core::SummaryLink() should not be called statically, assum...
- Fri Nov 20, 2015 3:39 pm
- Forum: Open Source Nagios Projects
- Topic: Problem installing pnp4nagios
- Replies: 7
- Views: 5030
Re: Problem installing pnp4nagios
Hello -- I made some progress. The duplicate definition was located in the checkcommands.cfg file. However I have run into another problem: After the install was complete, I attempted to go to the URL: <nagios server>/pnp4nagios, but I am getting a 404 Not found error message. I traced the problem b...
- Thu Nov 19, 2015 4:49 pm
- Forum: Open Source Nagios Projects
- Topic: Problem installing pnp4nagios
- Replies: 7
- Views: 5030
Problem installing pnp4nagios
Hello – I have a 4.1.1 installation running on an Ubuntu 14.04 LTS server. I wanted to install pnp4nagios, and to that end I followed the procedure at the following url: http://www.techienote.com/pnp4nagios-on-ubuntu/ I went through the steps outlined in the procedure, and when I ran the nagios -v n...
- Fri Nov 06, 2015 2:14 pm
- Forum: Open Source Nagios Projects
- Topic: Importing configuration files into Nagios 4.1.1
- Replies: 11
- Views: 4045
Re: Importing configuration files into Nagios 4.1.1
I believe I found the answer. I checked the nagios.log file, and I noticed an entry that said "/bin/mail" could not be found. It turns out mail is located at /usr/bin/mail on the server, so I created a symbolic link in the bin directory to point to this other directory, and notifications h...
- Fri Nov 06, 2015 8:49 am
- Forum: Open Source Nagios Projects
- Topic: Importing configuration files into Nagios 4.1.1
- Replies: 11
- Views: 4045
Re: Importing configuration files into Nagios 4.1.1
Hello -- I went to the GUI and did the custom notification steps for a host and service, but I did not receive the notification in either case. While I was in the GUI I noticed the Passive Checks and Event Handler options were disabled. Should those be activated in order for the e-mail notification ...
- Thu Nov 05, 2015 8:30 pm
- Forum: Open Source Nagios Projects
- Topic: Importing configuration files into Nagios 4.1.1
- Replies: 11
- Views: 4045
Re: Importing configuration files into Nagios 4.1.1
Hello -- Just about. I was able to get the files configured, and the server is monitoring the clients. The only thing that does not seem to working is the email notifications. I configured my address in the contacts.cfg file, and all services have notifications enabled. I verified that sendmail and ...
- Thu Nov 05, 2015 9:16 am
- Forum: Open Source Nagios Projects
- Topic: Importing configuration files into Nagios 4.1.1
- Replies: 11
- Views: 4045
Re: Importing configuration files into Nagios 4.1.1
Hello -- I am going through the motions of importing the files, and so far I have successfully added the checkcommands, contactgroups, and hosts configuration files. The hostextinfo.cfg file is the first to give me an error condition. After it was brought into the system the preflight check was run ...