check_openerp nagios plugin for openerp service check
|

check_openerp nagios plugin for openerp service check

check_openerp nagios plugin for openerp service check This is a small nagios plugin for monitoring the OpenERP service . You can use this plugin with check_nrpe or check_by_ssh. In my server, I start the openerp service by using command nohup ./openerp-server & In your server the case might be different, do the changes as per…

check_memory unable to read output Nagios nrpe
|

check_memory unable to read output Nagios nrpe

check_memory unable to read output Nagios nrpe While setting up the nagios Monitoring system in my new network.I decided to use check_memory plugin. I downloaded the plugin from exchange.nagios.com Here below one is given link. check_mem_avail While working I got this error from check_memory plugin “NRPE : unable to read output” . After debugging I…

How to change the frontend of Nagios with VShell in Ubuntu and Debian
|

How to change the frontend of Nagios with VShell in Ubuntu and Debian

How to change the frontend of Nagios with VShell in Ubuntu and Debian Here in this tutorial we will learn How to install Nagios V Shell to change the frontend. This is continue of my last post on Installing Nagios in Ubuntu. Kindly read the post. To install Nagios V Shell follow these steps :…

How to install and configure nagios nrpe client in Ubuntu with apt-get command
|

How to install and configure nagios nrpe client in Ubuntu with apt-get command

How to install and configure nagios nrpe client in Ubuntu with apt-get command A few days back I wrote on how to configure nagios server in Ubuntu 12.04. In this tutorial we will learn how to monitor the ubuntu machines means we will install nrpe in ubuntu machines so that nagios server can monitor it….

Error: Could not stat() command file ‘/var/lib/nagios3/rw/nagios.cmd’!
| |

Error: Could not stat() command file ‘/var/lib/nagios3/rw/nagios.cmd’!

Error: Could not stat() command file ‘/var/lib/nagios3/rw/nagios.cmd’! While working on Nagios Server in Ubuntu 12.04 LTS,I was setting external command and stuck with this error message. To solve the problem follow these commands sudo /etc/init.d/nagios3 stop sudo dpkg-statoverride –update –add nagios www-data 2710 /var/lib/nagios3/rw sudo dpkg-statoverride –update –add nagios nagios 751 /var/lib/nagios3 sudo /etc/init.d/nagios3 start…

Sorry, but Nagios is currently not checking for external commands, so your command will not be committed!
|

Sorry, but Nagios is currently not checking for external commands, so your command will not be committed!

Sorry, but Nagios is currently not checking for external commands, so your command will not be committed! This message comes on nagios dashboard when externals commands are disable. To enable external commands.Edit the nagios.cfg file and enable the value of check_external_commands parameter. Change the value from 0 to 1 In Debian or Ubuntu: vi /etc/nagios3/nagios.cfg…

Installing Nagios-3.5.0 in CentOS 6.4 using yum
| |

Installing Nagios-3.5.0 in CentOS 6.4 using yum

Installing Nagios-3.5.0 in CentOS 6.4 This post is updated version of post “https://sharadchhetri.com/2013/02/27/installing-nagios-3-4-4-in-centos-6-3/”. We will use the new EPEL repo rpm i.e epel-release-6-8.noarch.rpm.(Today I found that in EPEL repo the nagios 3.5 is available and I tested it in my staging machine) Rest of the steps are same Download the EPEL repo in your system…

Installing Nagios-3.4 in CentOS 6.3
|

Installing Nagios-3.4 in CentOS 6.3

Installing Nagios-3.4 in CentOS 6.3 This is how to install nagios 3.4 tutorial for installing nagios-3.4 in CentOS 6.3 in a few steps. rpm -ivh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-7.noarch.rpm yum install nagios nagios-devel nagios-plugins* gd gd-devel httpd php gcc glibc glibc-common Bydefualt on doing yum install nagios, in cgi.cfg file, authorized user name nagiosadmin is mentioned and for…

nagios plugin check_mailfromd

Nagios plugin check_mailfromd bash script

In this post we will create Nagios plugin check_mailfromd in bash script.This nagios plugin is written in a very simple way and easy to understand. Task To check service status of mailfromd service. Create nagios plugin check_mailfromd Create a new bash script file called check_mailfromd. Use your favorite file editor for this, we in general…

nagios error
|

You don’t have permission to access /nagios on this server :Solved

The article describes encountering a “Forbidden” error while installing Nagios. Despite following the Quick Start guide, login attempts with the nagiosadmin account failed. The issue was resolved by installing the PHP packages, allowing successful access to the Nagios interface.