Search found 11 matches

by dragan979
Wed Nov 13, 2019 8:32 am
Forum: Open Source Nagios Projects
Topic: check_http: Invalid option - SSL is not available
Replies: 2
Views: 1187

Re: check_http: Invalid option - SSL is not available

After many failed attempts, finally found solution: cd /tmp wget --no-check-certificate -O nagios-plugins.tar.gz https://github.com/nagios-plugins/nagios-plugins/archive/release-2.2.1.tar.gz tar zxf nagios-plugins.tar.gz cd /tmp/nagios-plugins-release-2.2.1/ ./tools/setup ./configure --with-openssl ...
by dragan979
Wed Nov 13, 2019 8:18 am
Forum: Open Source Nagios Projects
Topic: check_http: Invalid option - SSL is not available
Replies: 2
Views: 1187

check_http: Invalid option - SSL is not available

I installed Nagios core 4.5.4 and compiled nagios plugin 2.1.2 on CentOS 8. dnf install openssl-devel openssl Last metadata expiration check: 1:19:02 ago on Wed 13 Nov 2019 12:56:30 PM CET. Package openssl-devel-1:1.1.1-8.el8.x86_64 is already installed. Package openssl-1:1.1.1-8.el8.x86_64 is alrea...
by dragan979
Wed Oct 02, 2019 7:28 am
Forum: Open Source Nagios Projects
Topic: Unable to run check on non-child node. Revise your query
Replies: 2
Views: 685

Re: Unable to run check on non-child node. Revise your query

Started working after i restarted NCPA agent
by dragan979
Wed Oct 02, 2019 7:10 am
Forum: Open Source Nagios Projects
Topic: Unable to run check on non-child node. Revise your query
Replies: 2
Views: 685

Unable to run check on non-child node. Revise your query

I have issues with non-system disk monitoring on Windows. windows.cfg d efine service{ use generic-service host_name HOST service_description Disk C: SSD check_command check_ncpa!'disk/logical/C:|/used_percent'!80!90 } define service{ use generic-service host_name HOST service_description Disk D: Da...
by dragan979
Wed Oct 02, 2019 2:00 am
Forum: Open Source Nagios Projects
Topic: NSCLient Powershell No output available from command (check_
Replies: 3
Views: 2208

Re: NSCLient Powershell No output available from command (ch

Thanks for reply, you wouldn't believe what was the issue: Issue 1: quotes !, had to add quotes around exit codes !! $LASTEXITCODE -eq 0 changed to: (to all exit codes) $LASTEXITCODE -eq "0" Unbelievable ! ./check_nrpe -H 1.2.2.3 -c check_ad_replication -t 30 OK: replication is up and runn...
by dragan979
Tue Oct 01, 2019 3:03 am
Forum: Open Source Nagios Projects
Topic: NSCLient Powershell No output available from command (check_
Replies: 3
Views: 2208

NSCLient Powershell No output available from command (check_

I'm trying to monitor AD replication status by Powershell script: <# .SYNOPSIS Check AD Replication in a DC Server. .DESCRIPTION Check AD Replication in a DC Server and returns Nagios output and code. .PARAMETER Warning Number of failed replications for warning treshold. Default 1. .PARAMETER Critic...
by dragan979
Wed Jul 19, 2017 1:48 pm
Forum: Nagios XI
Topic: Monitoring HBA and LUN's on Solaris
Replies: 1
Views: 548

Monitoring HBA and LUN's on Solaris

Hi all,

for some reason, for few servers check_mk agent doesn't collect multipath data, so i'm thinking about custom check (script) to collect HBA/LUN data by luxadm command which should send data to check_mk server, is it possible ?
by dragan979
Thu Jul 13, 2017 9:02 am
Forum: Open Source Nagios Projects
Topic: pnp4nagios performance report
Replies: 5
Views: 2029

Re: pnp4nagios performance report

Hi, thanks for answer, now pnp4nagios ignores all Filesystems,never mind, it seems pnp4nagios doesn't like regular expressions
by dragan979
Fri Jun 30, 2017 9:36 am
Forum: Open Source Nagios Projects
Topic: pnp4nagios performance report
Replies: 5
Views: 2029

Re: pnp4nagios performance report

Thanks, i managed to reduce it using check_mk Basket, now have reasonably 54 (i removed /var/ /boot /omd/opt) only / left But is there any way to do this using regular expressions ? Want to leave only Filesystem / not Filesystem /boot. Filesystem /var, Filesystem /opt/omd i tried with regular expres...
by dragan979
Thu Jun 29, 2017 9:17 am
Forum: Open Source Nagios Projects
Topic: pnp4nagios performance report
Replies: 5
Views: 2029

pnp4nagios performance report

Hi all, i'm new to nagios, i have check_mk with 50 hosts, current performance report shows 495 pages (PDF) i edited cfg file (/opt/omd/sites/sitename/etc/pnp4nagios/pages) to include CPU, filesystem and memory) is it possible to reduce number of pages (i would like to remove graphs,for example) Than...