Search found 21 matches

by RandomGuy86
Thu Sep 24, 2015 1:55 pm
Forum: Open Source Nagios Projects
Topic: Some questions about NCPA
Replies: 28
Views: 9767

Re: Some questions about NCPA

That's for NSCA. Does it also work for NRDP?
Right now Nagios tells me that "Service is not scheduled to be checked...".
by RandomGuy86
Thu Sep 24, 2015 11:44 am
Forum: Open Source Nagios Projects
Topic: Some questions about NCPA
Replies: 28
Views: 9767

Re: Some questions about NCPA

Can you show us the passive checks that you have defined in the ncpa.cfg and post the "ncpa_passive.log"? That's my problem. I have no clue how to define a service for a passive check (sent via NRDP by a NCPA daemon). If I search for help about Nagios, NRDP and passive checks all I find i...
by RandomGuy86
Thu Sep 24, 2015 11:36 am
Forum: Open Source Nagios Projects
Topic: Questions about the thermology of checks
Replies: 10
Views: 3877

Re: Questions about the thermology of checks

I'm a little confused now. You tell me that a pinging is the default behavior, yet the description says that "If you leave this argument blank, the host will not be actively checked." What exactly means "leave this argument blank"? Is this blank? (The directive "check_comman...
by RandomGuy86
Tue Sep 22, 2015 2:59 pm
Forum: Open Source Nagios Projects
Topic: Some questions about NCPA
Replies: 28
Views: 9767

Re: Some questions about NCPA

Okay, all active checks seem to work fine now.

I still have no clue where to start with NRDP and passive checks. I do not find any useful information on how to set it up.
by RandomGuy86
Tue Sep 22, 2015 2:51 pm
Forum: Open Source Nagios Projects
Topic: Questions about the thermology of checks
Replies: 10
Views: 3877

Re: Questions about the thermology of checks

So, whenever I define a host Nagios automatically monitors it via a PING check?
by RandomGuy86
Mon Sep 21, 2015 2:46 pm
Forum: Open Source Nagios Projects
Topic: Questions about the thermology of checks
Replies: 10
Views: 3877

Re: Questions about the thermology of checks

Okay, one question arose while setting up services:
How is the "host check" determined? From what I've understood so far an explicit "host check" is never performed, rather the "host check" is based on the results of the "service checks" on the same machine.
by RandomGuy86
Mon Sep 21, 2015 2:37 pm
Forum: Open Source Nagios Projects
Topic: Some questions about NCPA
Replies: 28
Views: 9767

Re: Some questions about NCPA

/sbin/iptables -I INPUT -p tcp -m tcp --dport 5693 -j ACCEPT /sbin/service iptables save This worked. But what exactly have I done here? The memory command worked as well. How can I set it up that the available memory is displayed in megabyte or gigabyte? "-n M" just puts an M behind ever...
by RandomGuy86
Sun Sep 13, 2015 7:38 am
Forum: Open Source Nagios Projects
Topic: Some questions about NCPA
Replies: 28
Views: 9767

Re: Some questions about NCPA

Solved my issue with active checks with NCPA. If you ever encounter this "error of 13" error, the most likely cause seems to be wrongly set owner of rwx rights of a file; in my case it was the file check_ncpa.py . The user Nagios was not allowed to execute the file. The following command f...
by RandomGuy86
Fri Sep 11, 2015 2:16 pm
Forum: Open Source Nagios Projects
Topic: Some questions about NCPA
Replies: 28
Views: 9767

Re: Some questions about NCPA

uname -a Linux Scientific.Linux.Server 2.6.32-573.3.1.el6.x86_64 #1 SMP Thu Aug 13 12:55:33 CDT 2015 x86_64 x86_64 x86_64 GNU/Linux cat /etc/*release LSB_VERSION=base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarc...
by RandomGuy86
Fri Sep 11, 2015 12:04 pm
Forum: Open Source Nagios Projects
Topic: Some questions about NCPA
Replies: 28
Views: 9767

Re: Some questions about NCPA

Just to be sure I entered these two commands again: /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg /etc/rc.d/init.d/nagios reload Not really changed anything in this file except that windows.cfg should be loaded: nagios.cfg I did not removed the old code here: windows.cfg "win...