Search found 5 matches

by ace
Tue Feb 26, 2019 1:13 pm
Forum: Nagios XI
Topic: weak ciphers in SSHD
Replies: 1
Views: 88

weak ciphers in SSHD

We have been notified that we have weak ciphers in SSHD on our Nagios host. The remedy is to disable the arcfour, arcfour128 and arcfour256 ciphers and a line in /etc/ssh/ssh_config must also be edited to remove the ability for the ssh client on the host to use the weak ciphers to connect to another...
by ace
Thu Dec 27, 2018 3:34 pm
Forum: Nagios XI
Topic: SQL Error [ndoutils] : Got error 28 from storage engine
Replies: 5
Views: 317

Re: SQL Error [ndoutils] : Got error 28 from storage engine

the database repair fixed the issue and freed up space on /tmp
I didn't restart any of the services/ :D

Thanks!
by ace
Thu Dec 27, 2018 2:26 pm
Forum: Nagios XI
Topic: SQL Error [ndoutils] : Got error 28 from storage engine
Replies: 5
Views: 317

Re: SQL Error [ndoutils] : Got error 28 from storage engine

Will this work or should I just reboot? service nagios stop service npcd stop service ndo2db stop service mysqld stop service postgresql stop service httpd stop service crond stop service crond start service httpd start service postgresql start service mysqld start service ndo2db start service npcd ...
by ace
Thu Dec 27, 2018 2:06 pm
Forum: Nagios XI
Topic: SQL Error [ndoutils] : Got error 28 from storage engine
Replies: 5
Views: 317

Re: SQL Error [ndoutils] : Got error 28 from storage engine

can I just restart mysqld or do I need to restart in a certain order? service mysqld restart
by ace
Thu Dec 27, 2018 1:58 pm
Forum: Nagios XI
Topic: SQL Error [ndoutils] : Got error 28 from storage engine
Replies: 5
Views: 317

SQL Error [ndoutils] : Got error 28 from storage engine

/tmp directory is filling up. How cycle the services and correct the issue? Also, Database Maintenance is red in UI # sudo lsof | egrep '^COMMAND|deleted' COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME mtxagent 2201 root 20u REG 253,5 512 262146 /var/tmp/etilqs_**** (deleted) mtxagent 2201 root ...