Search found 27 matches
- Tue May 04, 2021 11:37 am
- Forum: Nagios XI
- Topic: check_nrpe - [0-9] argument not working
- Replies: 9
- Views: 757
Re: check_nrpe - [0-9] argument not working
Will there be able working to allow check_nrpe to accept these types of characters?
- Tue May 04, 2021 10:05 am
- Forum: Nagios XI
- Topic: check_nrpe - [0-9] argument not working
- Replies: 9
- Views: 757
Re: check_nrpe - [0-9] argument not working
You can't use \ either. It doesn't translate correctly, even if you do \\ or \\\\. check_nrpe doesn't like this either.
- Fri Apr 30, 2021 7:27 am
- Forum: Nagios XI
- Topic: check_nrpe - [0-9] argument not working
- Replies: 9
- Views: 757
Re: check_nrpe - [0-9] argument not working
Below is the script #!/usr/bin/env perl # Modules use strict; use warnings; use Cwd qw(abs_path); #use Data::Dumper; use Getopt::Long; # General Variables my @missing_tools = (); my $script_path = substr(abs_path($0), 0, rindex(abs_path($0), '/')); my $exit_code = 0; my $msg = "OK"; # Log ...
- Thu Apr 29, 2021 7:19 am
- Forum: Nagios XI
- Topic: check_nrpe - [0-9] argument not working
- Replies: 9
- Views: 757
Re: check_nrpe - [0-9] argument not working
As I mentioned before, I don't have access to the remote machine. So I can't login and run the command directly. The problem appears to be check_nrpe and how it handles special characters. Which is why I am asking how do I send [0-9] over as an argument? I did get a snippet of the log and tested it ...
- Wed Apr 28, 2021 8:03 am
- Forum: Nagios XI
- Topic: check_nrpe - [0-9] argument not working
- Replies: 9
- Views: 757
check_nrpe - [0-9] argument not working
Support, I am trying to call a check_log custom script via NRPE, but when I pass in [0-9] through the arguments. I am getting a header underflow error. How do I pass in the [0-9] argument when the command is getting called. I don't have access to the remote NRPE configuration, so I can't make change...
- Thu Feb 25, 2021 10:39 am
- Forum: Nagios XI
- Topic: Nagios XI - Database Connection - Sleeps
- Replies: 3
- Views: 343
Re: Nagios XI - Database Connection - Sleeps
Thank you. Will let the DBA Team know.
- Tue Feb 23, 2021 9:54 am
- Forum: Nagios XI
- Topic: Nagios XI - Database Connection - Sleeps
- Replies: 3
- Views: 343
Nagios XI - Database Connection - Sleeps
NagiosXI: 5.8.1 and 5.5.2 DB is Offloaded DB Version: 5.6.48-88.0 Our database team is wondering why they are seeing connection to the database that are command for Sleep. These average around 50 to 100 connections and when lots of failures happen can shoot up to around 300 to 600. What is spawning ...
- Thu Dec 19, 2019 11:37 pm
- Forum: Nagios XI
- Topic: NagiosXI is no longer putting notifications in the mailq
- Replies: 1
- Views: 195
NagiosXI is no longer putting notifications in the mailq
NagiosXI: 5.5.2 MySQL: Off Loaded Postfix: 2.10.1 Mod_Gearman: 1.1.12 We recently found that notifications for monitors are not getting sent out from our NagiosXI server. After some investigation we are seeing the notifications message in the log, but none of the notifications are getting into the p...
- Fri Jul 26, 2019 10:13 am
- Forum: Nagios XI
- Topic: Notification is not making it to the mail queue
- Replies: 3
- Views: 447
Re: Notification is not making it to the mail queue
I had postfix stopped, so view the queue. If postfix was running, the queue would always show empty. I have already started postfix in order to keep the notifications running. Do you have a tool or location or command, which will allow me to see how Nagios hands off the notifications to the mail que...
- Thu Jul 25, 2019 4:25 pm
- Forum: Nagios XI
- Topic: Notification is not making it to the mail queue
- Replies: 3
- Views: 447
Notification is not making it to the mail queue
NagiosXI: 5.5.2 Postfix: 2.10.1 We have 2 monitors which trigger a notification message in the Nagios logs, but the notification e-mail never makes it to the mail queue. As far as I know, these are the only monitors which are having these problems. How would I troubleshoot this type of issue? When I...