Search found 15 matches

by wice22
Sun Nov 20, 2016 6:29 pm
Forum: Open Source Nagios Projects
Topic: Plugins 2.1.3 + NRPE v3.0.1 on CentOS 7 Master/Slave config
Replies: 12
Views: 3695

Re: Plugins 2.1.3 + NRPE v3.0.1 on CentOS 7 Master/Slave con

From what I've understood check_total_procs in the process description define service{ use generic-service host_name dns.lamp service_description Total Processes check_command check_nrpe! check_total_procs } is not a name of the plugin, its a given name to be called in the command description so the...
by wice22
Fri Nov 18, 2016 9:13 am
Forum: Open Source Nagios Projects
Topic: Plugins 2.1.3 + NRPE v3.0.1 on CentOS 7 Master/Slave config
Replies: 12
Views: 3695

Re: Plugins 2.1.3 + NRPE v3.0.1 on CentOS 7 Master/Slave con

gud Question ...

No I did not install any extra plugins

everything there is what comes by default

I'll change it and let you know what is the result

Regards
by wice22
Thu Nov 17, 2016 1:49 pm
Forum: Open Source Nagios Projects
Topic: Plugins 2.1.3 + NRPE v3.0.1 on CentOS 7 Master/Slave config
Replies: 12
Views: 3695

Re: Plugins 2.1.3 + NRPE v3.0.1 on CentOS 7 Master/Slave con

My commands.cfg seems to be in different directory :
/usr/local/nagios/etc/objects/

uploaded all of them
by wice22
Thu Nov 17, 2016 1:04 pm
Forum: Open Source Nagios Projects
Topic: Plugins 2.1.3 + NRPE v3.0.1 on CentOS 7 Master/Slave config
Replies: 12
Views: 3695

Re: Plugins 2.1.3 + NRPE v3.0.1 on CentOS 7 Master/Slave con

In case you'l need # ls -ld /usr/local/nagios/libexec/ drwxrwxr-x. 2 nagios nagios 4096 Nov 16 02:22 /usr/local/nagios/libexec/ # ls -la /usr/local/nagios/libexec/ total 7064 drwxrwxr-x. 2 nagios nagios 4096 Nov 16 02:22 . drwxr-xr-x. 8 nagios nagios 73 Nov 15 17:49 .. -rwxr-xr-x. 1 nagios nagios 20...
by wice22
Thu Nov 17, 2016 12:20 pm
Forum: Open Source Nagios Projects
Topic: Plugins 2.1.3 + NRPE v3.0.1 on CentOS 7 Master/Slave config
Replies: 12
Views: 3695

Re: Plugins 2.1.3 + NRPE v3.0.1 on CentOS 7 Master/Slave con

Hi , Yes I mean Nagios simply monitoring a different server also under CentOS 7 I managed to run Nagios 4.2.2 + Plugins 2.1.3 + NRPE v3.0.1 + Xined on CentOS 7 (Monitoring Server / Master server) 10.0.0.3 and Plugins 2.1.3 + NRPE v3.0.1 + Xinetd on CentOS 7 (Monotored / Slave Server) 10.0.0.4 Now ev...
by wice22
Thu Nov 17, 2016 11:10 am
Forum: Open Source Nagios Projects
Topic: Plugins 2.1.3 + NRPE v3.0.1 on CentOS 7 Master/Slave config
Replies: 12
Views: 3695

Plugins 2.1.3 + NRPE v3.0.1 on CentOS 7 Master/Slave config

Hi

I'm to configure Nagios on Master monitor an other slave host with Plugins 2.1.3 + NRPE v3.0.1 on CentOS 7 + xinetd

Is this something u support and can advice in case I have issues ?

or may have manual to add slave host to Master / Monitoring host using Nagios Core ?

Regards
by wice22
Thu Nov 17, 2016 9:55 am
Forum: Open Source Nagios Projects
Topic: Nagios 4.2.2 + Plugins 2.1.3 + NRPE v3 on CentOS 7
Replies: 11
Views: 5564

Re: Nagios 4.2.2 + Plugins 2.1.3 + NRPE v3 on CentOS 7

Is /usr/local/nagios/var/* a symlink to tmpfs or something? This would be a non-standard installation and unsupported. Official instructions here : https://support.nagios.com/kb/article.php?id=96&show_category=58 and Official instructions here : https://support.nagios.com/kb/article.php?id=515 ...
by wice22
Tue Nov 15, 2016 11:30 am
Forum: Open Source Nagios Projects
Topic: Nagios 4.2.2 + Plugins 2.1.3 + NRPE v3 on CentOS 7
Replies: 11
Views: 5564

Re: Nagios 4.2.2 + Plugins 2.1.3 + NRPE v3 on CentOS 7

yes sure,

but nice build in fix for from u guys will be appreciate.

cheers
by wice22
Mon Nov 14, 2016 7:02 pm
Forum: Open Source Nagios Projects
Topic: Nagios 4.2.2 + Plugins 2.1.3 + NRPE v3 on CentOS 7
Replies: 11
Views: 5564

Re: Nagios 4.2.2 + Plugins 2.1.3 + NRPE v3 on CentOS 7

Ok , Noticed even stranger thing :) Managed to fix this Nagios policy like this : echo " module nagios-socket 1.0; require { type nagios_t; type nagios_log_t; class sock_file { write create unlink }; class unix_stream_socket connectto; } allow nagios_t nagios_log_t:sock_file { write create unli...