Search found 13 matches

by nssantos
Wed Jan 20, 2016 2:35 pm
Forum: Open Source Nagios Projects
Topic: Install Nagios Agents (nrpe-agent)
Replies: 7
Views: 2557

Re: Install Nagios Agents (nrpe-agent)

I apologize, I misunderstood your question. yum install nagios will install Nagios core, not NRPE. The easiest way to install NRPE is by following this document: https://s3.amazonaws.com/uploads.hipchat.com/265002/1716016/JnJOhwFI4vuigrk/Installing_The_XI_Linux_Agent.pdf I'm using PlanetLab nodes a...
by nssantos
Wed Jan 20, 2016 10:17 am
Forum: Open Source Nagios Projects
Topic: Install Nagios Agents (nrpe-agent)
Replies: 7
Views: 2557

Re: Install Nagios Agents (nrpe-agent)

What OS are you running? Try compiling the plugins manually - cd /tmp wget http://nagios-plugins.org/download/nagios-plugins-2.1.1.tar.gz tar zxf nagios-plugins-2.1.1.tar.gz cd nagios-plugins-2.1.1 ./configure --with-nagios-user=nagios --with-nagios-group=nagios --with-openssl make make install I w...
by nssantos
Wed Jan 20, 2016 10:16 am
Forum: Open Source Nagios Projects
Topic: Install Nagios Agents (nrpe-agent)
Replies: 7
Views: 2557

Re: Install Nagios Agents (nrpe-agent)

In that way, I have to install nrpe from source in all remote machines too?
by nssantos
Wed Jan 20, 2016 9:36 am
Forum: Open Source Nagios Projects
Topic: Install Nagios Agents (nrpe-agent)
Replies: 7
Views: 2557

Install Nagios Agents (nrpe-agent)

Following this article: http://www.unixmen.com/install-and-configure-nagios-in-centos-6-4-rhel-6-4/ "Next install nagios with all plug-ins and nagios agents(nrpe-agent) using command:" yum install nagios* However there is no libexec directory under my nagios folder. I already have many tar...
by nssantos
Tue Jan 19, 2016 11:47 am
Forum: Open Source Nagios Projects
Topic: [SOLVED] Define Service and Define Comman Question
Replies: 5
Views: 2546

Re: Define Service and Define Comman Question

That depends on the type of check being performed. Things like HTTP and ping are able to be checked without modifying the client at all, but if you want to check CPU, memory, disk space, or other information that is not available externally, you will need to install an agent that will listen on a p...
by nssantos
Thu Jan 14, 2016 12:08 pm
Forum: Open Source Nagios Projects
Topic: [SOLVED] Define Service and Define Comman Question
Replies: 5
Views: 2546

Re: Define Service and Define Comman Question

Great example rkennedy, Thanks!!!
I have another question... I have to do anything on targets monitored machines? Or only in my server?
by nssantos
Thu Jan 14, 2016 8:53 am
Forum: Open Source Nagios Projects
Topic: [SOLVED] Define Service and Define Comman Question
Replies: 5
Views: 2546

[SOLVED] Define Service and Define Comman Question

Hi everyone. I have a question: To define a service I have to define a command, that would be executed by that service, before?

Thx
by nssantos
Wed Jan 06, 2016 2:04 pm
Forum: Open Source Nagios Projects
Topic: Monitoring 150 Hosts
Replies: 3
Views: 1088

Re: Monitoring 150 Hosts

tmcdonald wrote:That error just means you have a misconfigured object somewhere. You can run /path/to/nagios -v /path/to/nagios.cfg to see what the issue is.
Thanks, I didnot about this.
by nssantos
Wed Jan 06, 2016 1:26 pm
Forum: Open Source Nagios Projects
Topic: Monitoring 150 Hosts
Replies: 3
Views: 1088

Monitoring 150 Hosts

Hi, I am undergratuate student, and I am working with nagios for the first time. My task is monitoring more than 150 hosts with Nagios. I create one client.cfg file for each host, and put in /etc/nagios/servers/ folder, but when I restart Nagios, I get this message: Running configuration check... CO...
by nssantos
Mon Nov 30, 2015 12:20 pm
Forum: Open Source Nagios Projects
Topic: Is it possible handle Nagios metrics?
Replies: 3
Views: 1237

Re: Is it possible handle Nagios metrics?

Could you be a bit more specific? What exactly are you looking to handle? We have performance graphs and reports built in, so the data is available, but depending on what you want to do with it we may or may not have anything readily available. I'd like to thank to answer so fast. I'd like to colle...