Search found 94 matches
- Wed Oct 06, 2021 4:30 pm
- Forum: Nagios XI
- Topic: NCPA Receiving error Plugin
- Replies: 3
- Views: 545
Re: NCPA Receiving error Plugin
Hello, this time, we got an unknown message when we took out the args= [********** ~]$ /usr/local/nagios/libexec/check_ncpa.py -H ***** -t '******' -M 'plugins/check_file_age.ps1' -q 'args=\\********\Backup_K\ABSPRD\********$*********\AesopStats\LOG\,120' UNKNOWN: Error occurred while running the pl...
- Mon Oct 04, 2021 1:12 pm
- Forum: Nagios XI
- Topic: NCPA Receiving error Plugin
- Replies: 3
- Views: 545
NCPA Receiving error Plugin
Hello, We're getting an error/Warning message in Nagios XI when executing a custom plugin within NCPA. The plugin/powershell script works fine. We were using it on nsclient with no issues. We recently changed the check over to NCPA. When testing the check, we're getting the warning - C:\Program File...
- Fri Jun 04, 2021 4:33 pm
- Forum: Nagios XI
- Topic: NRPE version 2.14
- Replies: 3
- Views: 489
Re: NRPE version 2.14
Thank you for the reply. We havent loaded up the newest Nagios version as of yet. We plan to do this next week. But will try and temporarily whitelist (in nrpe.cfg under allowed_hosts) the IP on one of the older centos machines and try the following command. We'll get back as soon as its done.
- Thu Jun 03, 2021 11:42 am
- Forum: Nagios XI
- Topic: NRPE version 2.14
- Replies: 3
- Views: 489
NRPE version 2.14
Hello, we currently have a few older centos machines that are still running NRPE agent ver 2.14. We looked into upgrading them the agent, but ran into issues. My question, what is the latest version of Nagios we can run with NRPE agent ver 2.14?
- Wed Jan 20, 2021 12:23 pm
- Forum: Nagios XI
- Topic: UDP Port Monitors
- Replies: 3
- Views: 677
Re: UDP Port Monitors
Is there more documentation on this for the RADIUS Server wizard? Duo provides a client secret but I don't believe there is a username/password for this.
- Wed Jan 06, 2021 10:35 am
- Forum: Nagios XI
- Topic: UDP Port Monitors
- Replies: 3
- Views: 677
UDP Port Monitors
Hello, We're trying to setup UDP port checks across four Windows 2019 servers in Nagios XI (5.6.14) using the Configuration Wizard. The port we're trying to monitor is UDP port 1812 (Authentication). The Configuration Wizard requires we supply send/receive strings. My question is where can I find th...
- Fri Oct 09, 2020 4:32 pm
- Forum: Nagios XI
- Topic: MSSQL Query Issue
- Replies: 12
- Views: 2722
Re: MSSQL Query Issue
The plugin you provided did not work. Would it be ok for us to use an older version of a plugin? We have some older versions that are currently working with other instances
- Mon Sep 28, 2020 10:47 am
- Forum: Nagios XI
- Topic: MSSQL Query Issue
- Replies: 12
- Views: 2722
Re: MSSQL Query Issue
Hello this is what we're seeing.... [nagios@ip-10-113-10-243.us-east-2.compute.internal ~]$ /usr/local/nagios/libexec/check_mssql -H ***** --username **** --password **** --database **** --query "declare @t table (Result VARCHAR(10)) INSERT INTO @t EXEC DBA_NumJobsFailed 540 SELECT CASE WHEN Re...
- Wed Sep 16, 2020 3:56 pm
- Forum: Nagios XI
- Topic: MSSQL Query Issue
- Replies: 12
- Views: 2722
Re: MSSQL Query Issue
Hello, this one did not work either
- Thu Sep 03, 2020 1:52 pm
- Forum: Nagios XI
- Topic: MSSQL Query Issue
- Replies: 12
- Views: 2722
Re: MSSQL Query Issue
This is what we got from the /usr/local/nagios/libexec/check_mssql -H ***** --username ***** --password ***** --database ***** --query "select @@version;" --warning 50 --critical 200 [centos@ip-********* libexec]$ ./check_mssql -H ******* --username ******** --password ********** --databas...