Search found 14 matches

by Cyber Saiyan
Wed Aug 24, 2016 12:18 pm
Forum: Open Source Nagios Projects
Topic: Cannot create SSL context
Replies: 2
Views: 1262

Cannot create SSL context

We have had Nagios core up and running for over a year now without issue until recently. One of the check_http checks starting throwing an odd message that I cannot find much help with. The error message cites "CRITICAL - Cannot create SSL context". I am using the command: check_http -H IP...
by Cyber Saiyan
Tue Jul 07, 2015 12:47 pm
Forum: Open Source Nagios Projects
Topic: Template to ping every second
Replies: 4
Views: 1697

Re: Template to ping every second

jdalrymple,

Is this a perl script that I would need to create and launch?
by Cyber Saiyan
Tue Jul 07, 2015 9:24 am
Forum: Open Source Nagios Projects
Topic: Template to ping every second
Replies: 4
Views: 1697

Template to ping every second

I am looking for a way to ping our server farms load balancer every second. I thought about creating a new template for it and defining the interval inside the template but the pre-flight bombs each time I try to use the interval settings. After digging a bit deeper, I found the time_interval settin...
by Cyber Saiyan
Tue Jun 23, 2015 3:24 pm
Forum: Open Source Nagios Projects
Topic: Monitor FTP without ICMP
Replies: 2
Views: 1971

Re: Monitor FTP without ICMP

Well, its working... I would like to make up a very technical story about having to recompile the source tar from scratch and inserting custom code to save face, BUT I will just admit that when I saved the win-noping template, I did not save it as a .cfg file. ls -l just showed win-noping not win-no...
by Cyber Saiyan
Tue Jun 23, 2015 2:26 pm
Forum: Open Source Nagios Projects
Topic: Monitor FTP without ICMP
Replies: 2
Views: 1971

Monitor FTP without ICMP

I would like to monitor our sFTP server and was able to get the config running; BUT, the windows host is constantly showing HOST DOWN messages since the windows-server template is set to monitor ICMP by default. How would I create a new template that does not monitor for PING but will let me monitor...
by Cyber Saiyan
Thu Jun 18, 2015 7:58 am
Forum: Open Source Nagios Projects
Topic: Cannot remove "winserver" from Host Detail
Replies: 18
Views: 9523

Re: Cannot remove "winserver" from Host Detail

Here is the output if windows.cfg is included in nagios.cfg: administrator@Nagios:~$ sudo /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg Nagios Core 4.1.0rc1 Copyright (c) 2009-present Nagios Core Development Team and Community Contributors Copyright (c) 1999-2009 Ethan Galstad Las...
by Cyber Saiyan
Thu Jun 18, 2015 7:56 am
Forum: Open Source Nagios Projects
Topic: Cannot remove "winserver" from Host Detail
Replies: 18
Views: 9523

Re: Cannot remove "winserver" from Host Detail

administrator@Nagios:~$ sudo service nagios stop [sudo] password for administrator: administrator@Nagios:~$ killall nagios nagios: no process found administrator@Nagios:~$ # Definitions for monitoring the local (Linux) host # cfg_file=/usr/local/nagios/etc/objects/localhost.cfg # Definitions for mon...
by Cyber Saiyan
Wed Jun 17, 2015 3:40 pm
Forum: Open Source Nagios Projects
Topic: Cannot remove "winserver" from Host Detail
Replies: 18
Views: 9523

Re: Cannot remove "winserver" from Host Detail

administrator@Nagios:/usr/local/nagios/etc$ sudo grep -R -i winserver * objects/windows.cfg: host_name winserver ; The name we're giving to this host objects/windows.cfg: host_name winserver objects/windows.cfg:# host_name winserver objects/windows.cfg:# host_name winserver objects/windows.cfg:# hos...
by Cyber Saiyan
Wed Jun 17, 2015 10:17 am
Forum: Open Source Nagios Projects
Topic: Cannot remove "winserver" from Host Detail
Replies: 18
Views: 9523

Re: Cannot remove "winserver" from Host Detail

Negative, if I comment out anything INSIDE the windows.cfg file, nagios service fails to start: administrator@Nagios:~$ sudo /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg Nagios Core 4.1.0rc1 Copyright (c) 2009-present Nagios Core Development Team and Community Contributors Copyri...
by Cyber Saiyan
Wed Jun 17, 2015 6:57 am
Forum: Open Source Nagios Projects
Topic: Cannot remove "winserver" from Host Detail
Replies: 18
Views: 9523

Re: Cannot remove "winserver" from Host Detail

lmiltchev has reviewed the dir structure and did not get any errors during startup as is. The config included on that specific settings does not give me any issues either, but when I comment out the windows.cfg line inside of nagios.cfg is where it complains. I have an additional "winserv"...