Build precise queries to find exactly what you need
Press ESC to close
@shawnbrito
Favorites5
Views1166
Projects6
Hi Shane I just wanted to say your Theme is really good. It was easy to install and configure on the older Nagios. I just have one small question. On the "Service Problems" page; How can I change the Background color of the WARNING? The WARNINGS are Yellow with White Text :D which makes it a bit hard to read.. Which .css file do I need to edit in order to change the BackGround? Thanks In Advance.. Shawn
Reviewed 11 years ago
Hi... I managed to get this somewhat operational on the local machine by adding the nagios user to the sudoers file.. nagios ALL= NOPASSWD: /sbin/iptables Then I added the sudo to the plugin.. CHKIPTBLS=`sudo /sbin/iptables -n -t filter -L |wc -l` However that only sorted out the local execution environment.. When I try to invoke from the foreign Nagios server, it still doesn't quite execute :( [The Command] /usr/local/nagios/libexec/check_nrpe -H {the_other_machine_ip} -c check_iprule_no -a RH-Firewall-1-INPUT 15 [The Output] CRITICAL - Iptables are CRITICAL The Table RH-Firewall-1-INPUT and Chain has 0 rules configured However it works nicely on the NRPE local machine.. [Output] OK - Iptables are OK The Table RH-Firewall-1-INPUT and Chain has 28 rules configured
Reviewed 14 years ago
This is a must have plugin.. Really appreciate it.. Thanks... In order to read the folder that have root permission, you will need to modify line:46 with sudo as follows.... DU="/usr/bin/sudo /usr/bin/du" On Fedora based systems, basename command is located in the /bin/ folder.. (Modify line:50) PROGNAME=`/bin/basename $0` I also had to visudo, and #comment the Default requiretty... and add the following line to the list of allowed commands...(Fedora Linux) nagios ALL=(ALL) NOPASSWD: /usr/local/nagios/libexec/ nagios ALL=(ALL) NOPASSWD: /usr/bin/
This is a nice tool if you need only the "200 OK HTTP/1.0" displayed as the output.. I Was trying to get the remaining output from my custom php file with no success.. Maybe in the next version, we might see the php/jsp/serlet/etc output displayed as well :)
Reviewed 15 years ago
This is an excellent plug-in to get the Apache Stats.. You may need to modify the pnp template a bit to get it operational as I'm having strict variable declaration in my PHP..
Its works as described, BUT the whole css is a bit of a puzzle... What do I do with it?.. How do I embed it??.. I'm using Thunderbird and the layout looks a bit washed out without the css... On a side Note: If your system uses sendmail, you can set the $mailhost to 'localhost' and get it to work.. Our email server is configured to Deny direct Relaying of messages - hence the 'localhost'
Reviewed 13 years ago
Hi.. How would I go about extracting the inner file? I untar'ed the downloaded .gz, but the contents of that file appeared to be repacked into another archive... Many Thanks In Advance...