Search found 10 matches

by sslimani
Wed Nov 25, 2020 12:08 pm
Forum: Nagios XI
Topic: Nagios graph is not working after setting check_interval 24h
Replies: 1
Views: 224

Nagios graph is not working after setting check_interval 24h

Hi,
I set check_interval to 1440 min for the service of apt updates, but now it's not displaying graph,
Anyone have an idea about this please?
by sslimani
Fri Oct 09, 2020 10:37 am
Forum: Nagios XI
Topic: check_docker cpu provide inconsistent values to Nagios
Replies: 1
Views: 246

check_docker cpu provide inconsistent values to Nagios

Hi, I use the script "https://github.com/timdaman/check_docker/blob/master/check_docker/check_docker.py" for check_docker, but I think there is a problem with CPU % calculation, because the reporting value in nagios does not correspond to to the real value, Please if you have used this scr...
by sslimani
Wed Sep 30, 2020 8:30 am
Forum: Nagios XI
Topic: check_chkrootkit
Replies: 1
Views: 280

check_chkrootkit

Hi, I try to create "check_chkrootkit" in Nagios, so I used "checkrootkit -q" and it diplays: "/lib/modules/5.3.0-1035-aws/vdso/.build-id /lib/modules/5.4.0-1025-aws/vdso/.build-id /lib/modules/4.15.0-1044-aws/vdso/.build-id /lib/modules/5.3.0-1035-aws/vdso/.build-id /lib/mo...
by sslimani
Fri Sep 25, 2020 1:30 pm
Forum: Nagios XI
Topic: egrep -vf doesn't work when file is empty
Replies: 1
Views: 391

egrep -vf doesn't work when file is empty

Hi, I try to write a Nagios agent script to check debsums with ignoring files in /etc/debsums-ignore, so I used the command: "debsums -cs 2>&1 | egrep -vf "$ignorefile" This command dosn't work when the file $ignorefile (which is /etc/debsums-ignore) is empty and it gives no resul...
by sslimani
Fri Sep 11, 2020 1:48 pm
Forum: Nagios XI
Topic: Error: (use_ssl == true): Request packet version was invalid
Replies: 4
Views: 9446

Re: Error: (use_ssl == true): Request packet version was inv

Thank you for your responses, I get in Nagios XI side: "/usr/local/nagios/libexec/check_nrpe -V NRPE Plugin for Nagios Version: 4.0.3" and for client side: "/usr/local/nagios/bin/nrpe -V NRPE - Nagios Remote Plugin Executor Version: 3.2.1" and I get in Nagios log: "Remote xx...
by sslimani
Thu Sep 10, 2020 9:10 am
Forum: Nagios XI
Topic: Error: (use_ssl == true): Request packet version was invalid
Replies: 4
Views: 9446

Error: (use_ssl == true): Request packet version was invalid

Hello,
/var/log/syslog shows an error against NRPE request:
"Error: (use_ssl == true): Request packet version was invalid!
Could not read request from client , bailing out...
INFO: SSL Socket Shutdown."

Anyone have am idea about this please?
by sslimani
Tue Sep 01, 2020 4:02 pm
Forum: Nagios XI
Topic: CRITICAL - Cannot make SSL connection.
Replies: 1
Views: 955

CRITICAL - Cannot make SSL connection.

Hello,
I'm trying to check_http with the command:
check_http -H xxxxxx.com -f follow
But I get an error result:
CRITICAL - Cannot make SSL connection.

Can you advise me please,
Thanks.
by sslimani
Thu Aug 27, 2020 7:32 am
Forum: Nagios XI
Topic: Modify Disk Usage graph
Replies: 1
Views: 227

Modify Disk Usage graph

Hi,
I want to add total disk to the graph of Disk Usage to visualize the use compared to the total.

can you advise me please,
Thanks.
by sslimani
Tue Aug 25, 2020 9:38 pm
Forum: Nagios XI
Topic: check_apt on Nagios is ok, but it's not true
Replies: 3
Views: 761

Re: check_apt on Nagios is ok, but it's not true

@ssax I tried run it with -u, but now it displays "APT WARNING: 0 packages available for upgrade (0 critical updates). warnings detected.|available_upgrades=0;;;0 critical_updates=0;;;0"
by sslimani
Tue Aug 25, 2020 9:08 am
Forum: Nagios XI
Topic: check_apt on Nagios is ok, but it's not true
Replies: 3
Views: 761

check_apt on Nagios is ok, but it's not true

check_apt on Nagios gives "APT OK: 0 packages available for upgrade (0 critical updates). |available_upgrades=0;;;0 critical_updates=0;;;0". However I've checked manually, this it not true, there are available update. How can I fix this please?