Search found 45 matches
- Mon Sep 21, 2020 3:46 pm
- Forum: Nagios XI
- Topic: Service Check - Argument syntax not working within GUI
- Replies: 7
- Views: 651
Re: Service Check - Argument syntax not working within GUI
You're right, i enabled it and it's executing successfully, thanks for your help on this! The issue is with the Run Check Command as you stated
- Mon Sep 21, 2020 12:36 pm
- Forum: Nagios XI
- Topic: Service Check - Argument syntax not working within GUI
- Replies: 7
- Views: 651
Re: Service Check - Argument syntax not working within GUI
#!/bin/bash # Setup ENVIRONMENT # UnixODBC Environment ###################################### UNIXODBC=/opt/unixODBC PATH=$UNIXODBC/bin:$PATH LD_LIBRARY_PATH=$UNIXODBC/lib:$LD_LIBRARY_PATH export UNIXODBC PATH LD_LIBRARY_PATH # FreeTDS Environment ###################################### FREETDS=/opt...
- Mon Sep 21, 2020 12:35 pm
- Forum: Nagios XI
- Topic: Email Notifications - Not displaying all lines of output
- Replies: 3
- Views: 497
Re: Email Notifications - Not displaying all lines of output
Using %longserviceoutput% and %longhostoutput% worked, thank you for your assitance!
- Fri Sep 18, 2020 5:07 pm
- Forum: Nagios XI
- Topic: Service Check - Argument syntax not working within GUI
- Replies: 7
- Views: 651
Re: Service Check - Argument syntax not working within GUI
It's still failing with that modification, i do notice however that there is two less slashes in the output with this method
Code: Select all
[nagios@servername ~]$ /usr/local/nagios/libexec/check_alert_script 'Service(SL01)'
<B>*** UNKNOWN ***</B> Service\(SL01\): Status Unknown- Thu Sep 17, 2020 3:20 pm
- Forum: Nagios XI
- Topic: Email Notifications - Not displaying all lines of output
- Replies: 3
- Views: 497
Email Notifications - Not displaying all lines of output
Hey Nagios, How can i have all of the output from a service check be displayed within the associated email notification as well? sensitive information has been redacted: Here's the service check when viewing it within the GUI, when viewing the specific check you can see more lines than just the bold...
- Thu Sep 17, 2020 2:53 pm
- Forum: Nagios XI
- Topic: Service Check - Argument syntax not working within GUI
- Replies: 7
- Views: 651
Service Check - Argument syntax not working within GUI
Please assist me and figuring out how to get this to work successfully, This command fails if ran through the GUI, configured as a service, but it works successfully if ran through SSH in the XI instance: I've redacted information for the sake of security: [nagios@servername ~]$ /usr/local/nagios/li...
- Mon Apr 27, 2020 1:50 pm
- Forum: Nagios XI
- Topic: API Calls - Add Host calls not showing up
- Replies: 7
- Views: 883
Re: API Calls - Add Host calls not showing up
Thanks ssax, i've created the ticket and i attached the request file to the ticket as well., thanks for your time with this.
Ticket #674722
Ticket #674722
- Sat Apr 25, 2020 12:38 pm
- Forum: Nagios XI
- Topic: API Calls - Add Host calls not showing up
- Replies: 7
- Views: 883
Re: API Calls - Add Host calls not showing up
I've PM'd you: The results after performing the repair The results after repairing again following the second test round, and restarting mariadb i observed the same errors during the second round, i'm taking that means the DB tables crashed again. Is there a configuration modification that could be ...
- Fri Apr 24, 2020 12:04 pm
- Forum: Nagios XI
- Topic: API Calls - Add Host calls not showing up
- Replies: 7
- Views: 883
Re: API Calls - Add Host calls not showing up
That looks to have captured some related details. I've PM'd you the output and also our system profile in case that's needed.
And thank you for the confirmation of the that as well..
And thank you for the confirmation of the that as well..
- Thu Apr 23, 2020 10:59 pm
- Forum: Nagios XI
- Topic: API Calls - Add Host calls not showing up
- Replies: 7
- Views: 883
API Calls - Add Host calls not showing up
Any insight into this is appreciated, if you need my system profile just let me know. We're having a consistent issue with a group of AWS instances (70) that get launched at the same time. Because their launched at the same time, the step in the bootstrap (User Data) they execute that sends a reques...