Search found 8 matches
- Fri Jan 17, 2020 10:49 am
- Forum: Nagios XI
- Topic: ndo2db will not start after server migration
- Replies: 3
- Views: 100
Re: ndo2db will not start after server migration
Thank you, removing the .sock file fixed the issue.
- Thu Jan 16, 2020 2:18 pm
- Forum: Nagios XI
- Topic: ndo2db will not start after server migration
- Replies: 3
- Views: 100
ndo2db will not start after server migration
We have recently migrated 2 Nagios servers from our datacenter in Lorain Ohio to IBM datacenter in the cloud. A bit level copy of the servers was performed, however when we attempted to bring up the new "target servers" ndo2db would not start. All other nagios services were able to start, ...
- Fri Aug 16, 2019 8:17 am
- Forum: Nagios XI
- Topic: SNMP not sending output correctly
- Replies: 7
- Views: 447
Re: SNMP not sending output correctly
Thanks. The output appears to be working when run manually.
Is there a way I can prevent this from being truncated or is there a hard limit to the output length?
Is there a way I can prevent this from being truncated or is there a hard limit to the output length?
- Wed Aug 14, 2019 12:50 pm
- Forum: Nagios XI
- Topic: SNMP not sending output correctly
- Replies: 7
- Views: 447
- Wed Aug 14, 2019 12:49 pm
- Forum: Nagios XI
- Topic: SNMP not sending output correctly
- Replies: 7
- Views: 447
Re: SNMP not sending output correctly
Script that works: ============================================ STATE_OK=0 STATE_WARNING=1 STATE_CRITICAL=2 STATE_UNKNOWN=3 HOST=$1 FILE=$2 KEYWORD=$3 USER="" PASS="" COMMAND="if [ -r "$FILE" ]; then cat $FILE | grep $KEYWORD | wc -l ; fi" #COMMAND='tail -6 /t...
- Tue Aug 13, 2019 1:33 pm
- Forum: Nagios XI
- Topic: SNMP not sending output correctly
- Replies: 7
- Views: 447
SNMP not sending output correctly
I am running a custom bash script on nagios 5.4.9 that sends an SNMP trap to our NNMi server. The output is not coming across correctly on one server. I use another script that sends the output across just fine. What could the difference be? Log file and partial script below. Thanks Jeff ========= R...
- Tue Jun 11, 2019 12:13 pm
- Forum: Nagios XI
- Topic: db maintenance will not run, Nagios crashes after ~1 hour
- Replies: 4
- Views: 605
Re: db maintenance will not run, Nagios crashes after ~1 hou
That did not resolve my issue, the command immediately failed. See output below. There is no way for me to upload a system profile - as the web gui is currently down.... There were no changes to the environment when this issue started to occur. Thanks, -bash-4.1$ mysqlcheck -r -f -uroot -pnagiosxi -...
- Tue Jun 11, 2019 10:15 am
- Forum: Nagios XI
- Topic: db maintenance will not run, Nagios crashes after ~1 hour
- Replies: 4
- Views: 605
db maintenance will not run, Nagios crashes after ~1 hour
Hello, Having some difficulties with one of my Nagios instances. Any attempt to run the database repair script simply results in more failures and errors, and ends up filling up /var on my server. Databse Error A database connection error has been detected, please follow the repair prompt below. If ...