Search found 16 matches

by Hoygen83
Mon Dec 09, 2019 3:23 am
Forum: Open Source Nagios Projects
Topic: Service has status ok but host has status pending
Replies: 3
Views: 1349

Service has status ok but host has status pending

Hello, in nagios core 4.4.5 i have the following definitions: define hostgroup{ hostgroup_name NAS alias DRIVE DI RETE } define host { use generic-host ;template host_name PRIMARYBACKUP ; The name we're giving to this host alias Sinology su cui salvano i backup ; A longer name associated with the ho...
by Hoygen83
Fri Dec 06, 2019 9:52 am
Forum: Open Source Nagios Projects
Topic: nagios core 4.4.5 error defining host
Replies: 6
Views: 2111

Re: nagios core 4.4.5 error defining host

thank you very much.
it's working now.
by Hoygen83
Wed Dec 04, 2019 4:53 am
Forum: Open Source Nagios Projects
Topic: nagios core 4.4.5 error defining host
Replies: 6
Views: 2111

Re: nagios core 4.4.5 error defining host

thanks but now i get Error: Invalid max_check_attempts value for host 'RECSERVER' Error: Could not register host (config file '/usr/local/nagios/etc/hosts/recserver.cfg', starting on line 1) Error processing object config files! ***> One or more problems was encountered while processing the config f...
by Hoygen83
Fri Nov 29, 2019 9:08 am
Forum: Open Source Nagios Projects
Topic: nagios core 4.4.5 error defining host
Replies: 6
Views: 2111

nagios core 4.4.5 error defining host

hello, I have nagios core 4.4.5 i have the templates.cfg file with this definition of generic-host define host { name generic-host ; The name of this host template notifications_enabled 1 ; Host notifications are enabled event_handler_enabled 1 ; Host event handler is enabled flap_detection_enabled ...
by Hoygen83
Tue Nov 19, 2019 9:22 am
Forum: Open Source Nagios Projects
Topic: ncpalistener ncpapassive services are not starting
Replies: 1
Views: 1779

ncpalistener ncpapassive services are not starting

Hello, I installed ncpa 2.2.0 on a windows 2016 server build 1607 to test nagios core. It seems that after a restart of the windows server, the ncpalistener ncpapassive services are not starting PS> net start ncpalistener The NCPA Listener - ncpalistener service is starting. The NCPA Listener - ncpa...
by Hoygen83
Mon Nov 18, 2019 1:49 pm
Forum: Open Source Nagios Projects
Topic: monitor windows 2003 service pack 2 server
Replies: 3
Views: 1464

Re: monitor windows 2003 service pack 2 server

I think the only time you should get a "connection refused" message is if the service just isn't there. Is there any indication that NCPA is crashing and restarting? you are right. on windows 2003 servers I can't find the NCPA listener and the NCPA passive services in services.msc The ste...
by Hoygen83
Fri Nov 15, 2019 10:07 am
Forum: Open Source Nagios Projects
Topic: monitor windows 2003 service pack 2 server
Replies: 3
Views: 1464

monitor windows 2003 service pack 2 server

Hello, i'm testing nagios core 4.4.5 ncpa 2.2.0 on a windows windows 2003 service pack 2 server. The check are all active and default but I get this message for every service. UNKNOWN: An error occured connecting to API. (Connection error: '[Errno 111] Connection refused') How can I troubleshoot tha...
by Hoygen83
Fri Nov 15, 2019 8:48 am
Forum: Open Source Nagios Projects
Topic: Windows Machine Monitor Disk usage
Replies: 5
Views: 1721

Re: Windows Machine Monitor Disk usage

mbellerue wrote:Oh, I see what's going on. I think the disk check just needs extra parameters, since there are a number of ways you can check on the disks. Try this for your check command.

Code: Select all

check_command check_ncpa!-t 'TOKEN' -P 5693 -M 'disk/logical/C:|' -w 80 -c 90 -u Gi
LIFESAVER
Thank you sir
by Hoygen83
Mon Nov 04, 2019 5:58 am
Forum: Open Source Nagios Projects
Topic: Windows Machine Monitor Disk usage
Replies: 5
Views: 1721

Re: Windows Machine Monitor Disk usage

thank you for your time and answer.
I don't understand why the active check is giving me that error I mentioned before.
I will try alsto your passive check suggestion.