Search found 5 matches

by Nalagios
Wed May 18, 2022 5:32 am
Forum: Open Source Nagios Projects
Topic: Check procs does not find a process
Replies: 2
Views: 631

Re: Check procs does not find a process

Solved:

I used the "-a" option that allows me to find a string instead of the process.
by Nalagios
Wed May 18, 2022 4:53 am
Forum: Open Source Nagios Projects
Topic: Check procs does not find a process
Replies: 2
Views: 631

Re: Check procs does not find a process

When I do this:

Code: Select all

/usr/lib64/nagios/plugins/check_procs -C Runner.Listener -c 3:3
It works... But the problem is that I would like to do it process by process... Not for the three at the same time.
by Nalagios
Wed May 18, 2022 4:41 am
Forum: Open Source Nagios Projects
Topic: Check procs does not find a process
Replies: 2
Views: 631

Check procs does not find a process

Hello, I am trying to use check procs to monitor this processes (proc-runner, proc-runner1-2, proc-runner1-3): user 312423 0.0 0.0 12724 2516 ? Ss Apr19 0:00 /bin/bash /opt/proc-runner/runsvc.sh user 358742 0.0 0.0 12724 2420 ? Ss Apr26 0:00 /bin/bash /opt/proc-runner1-2/runsvc.sh user 358941 0.0 0....
by Nalagios
Tue Nov 30, 2021 9:59 am
Forum: Open Source Nagios Projects
Topic: check http sometimes cant make SSL connection
Replies: 2
Views: 614

Re: check http sometimes cant make SSL connection

It was because the appliance to monitor had not enough resources to be monitored properly.
by Nalagios
Fri Nov 26, 2021 8:14 am
Forum: Open Source Nagios Projects
Topic: check http sometimes cant make SSL connection
Replies: 2
Views: 614

check http sometimes cant make SSL connection

Hello, I am running this command to check the certificate of a NetApp Appliance: /usr/lib64/nagios/plugins/check_http -H x.x.x.x -S --sni -C 40,0 The 90% of the time, the result is SSL OK - Certificate 'localhost' will expire in 329 days on 2022-10-22 10:23 +0200/CEST. But there are some moments whe...