Search found 17 matches

by bostjanc
Thu Sep 16, 2021 1:34 am
Forum: Open Source Nagios Projects
Topic: check localhost with check_http
Replies: 2
Views: 1258

Re: check localhost with check_http

Thank you for your response. Sorry for my lack of knowledge with Nagios, but I have additional question. We use NagiosQL for configuring checks. - Should that command you are reffering to be configured over NagiosQl? Or do we need to create a custom check, or add anything on nrpe.cfg on client side?...
by bostjanc
Tue Sep 14, 2021 2:08 pm
Forum: Open Source Nagios Projects
Topic: check localhost with check_http
Replies: 2
Views: 1258

check localhost with check_http

Hi.
We are using check_http normally, when nagios server checks remote server's url, but I have a scenario where that url is only accessible over localost on a client with nrpe installed.
how could I achieve that kind of check?
with best regards
B
by bostjanc
Thu Nov 07, 2019 4:00 am
Forum: Open Source Nagios Projects
Topic: Check https not working
Replies: 6
Views: 1500

Re: Check https not working

Hi.
Just wanted to let you know that I had solved problem with commands:
cd /tmp/nagios-plugins-2.1.1/

./configure --with-openssl=/usr/bin/openssl
make
make install

thanks for all the help!!!
by bostjanc
Thu Nov 07, 2019 3:19 am
Forum: Open Source Nagios Projects
Topic: Check https not working
Replies: 6
Views: 1500

Re: Check https not working

hi. thank you for your reply. If we run that command we receive an error: check_http: Invalid option - SSL is not available and if we run: nmap nagiosSERVER.domain..com -p 443 Starting Nmap 6.40 ( http://nmap.org ) at 2019-11-07 00:15 PST Nmap scan report for nagiosSERVER.domain.com (192.168.1.13) H...
by bostjanc
Wed Nov 06, 2019 9:58 am
Forum: Open Source Nagios Projects
Topic: Check https not working
Replies: 6
Views: 1500

Re: Check https not working

Hi. Thank you for your reply. If we run on Nagios server: cd /usr/local/nagios/libexec/ ./check_http -I "192.168.1.41" -u "https://oursite.com/Home/Ping" -r "OK" HTTP CRITICAL: HTTP/1.1 302 Found - pattern not found - 889 bytes in 0.037 second response time |time=0.0372...
by bostjanc
Wed Nov 06, 2019 4:39 am
Forum: Open Source Nagios Projects
Topic: Check https not working
Replies: 6
Views: 1500

Check https not working

Hi. Need a little help. When we use Nagios command check_http with http site it works ok: Command: check_http_pattern Command line: $USER1$/check_http -I $HOSTADDRESS$ -u $ARG1$ -r $ARG2$ but if we wish to check https://internalsite.com we receive an error: HTTP CRITICAL: HTTP/1.1 302 Found - patter...
by bostjanc
Wed Aug 07, 2019 1:54 am
Forum: Open Source Nagios Projects
Topic: Notification escalation
Replies: 1
Views: 530

Notification escalation

Hi. Is there a way to achieve escalation in Nagios with Notification. For example, when service is in CRITICAL state it would send notification to one group (email) and if that group does not do anything in 30 mins then all the next notifications would go to a different group (email)? with best rega...
by bostjanc
Fri May 10, 2019 4:21 am
Forum: Open Source Nagios Projects
Topic: Unable to install nsclient++ on windows server 2016
Replies: 1
Views: 1980

Unable to install nsclient++ on windows server 2016

Hi. Had problems with one nrpe check with nsclient++ version (NSCP-0.4.4.15-x64.msi). Decided to uninstall nsclient but it did not want to uninstall it. I had manually removed nsclient++ service and manually deleted everything in registry linked to nsclient++ string. When we try to install newer ver...
by bostjanc
Tue Apr 18, 2017 2:46 am
Forum: Open Source Nagios Projects
Topic: Unable to install nrpe on centos 7 with mariadb
Replies: 5
Views: 2827

Re: Unable to install nrpe on centos 7 with mariadb

Thank you for your replies.

I guess plugins are "extracted" to
/usr/local/nagios/libexec/

Case closed. Thanks again.
With best regards!
by bostjanc
Mon Apr 17, 2017 8:42 am
Forum: Open Source Nagios Projects
Topic: Unable to install nrpe on centos 7 with mariadb
Replies: 5
Views: 2827

Re: Unable to install nrpe on centos 7 with mariadb

Thanks. https://support.nagios.com/kb/article.php?id=515 did the trick. One sub-question. In previous nrpe installations thru yum I think I got nagios plugins automatically stored inside folder: /usr/lib64/nagios/plugins/ If I use deploying nrpe with compiling that folder does not exists even If I d...