Code: Select all
May 1 09:29:17 XXXXXXX ndo2db: mysql_error: 'Table './nagios/nagios_logentries' is marked as crashed and last (automatic?) repair failed'Code: Select all
https://assets.nagios.com/downloads/nagiosxi/docs/Repairing_The_Nagios_XI_Database.pdf- Edit all the commands that you are doing this on:
Code: Select all
(cd $USER10$/dir && ./blah blah blah)Code: Select all
$USER10$/plugins/blah blah blahAs an example, this one:
Code: Select all
command_name check_component_status
command_line (cd $USER10$/plugins && ./check_component_status $ARG1$ $ARG2$ $ARG3$ $ARG4$ $ARG5$ $ARG6$ -cn $ARG7$)
Code: Select all
command_name check_component_status
command_line $USER10$/plugins/check_component_status $ARG1$ $ARG2$ $ARG3$ $ARG4$ $ARG5$ $ARG6$ -cn $ARG7$
Code: Select all
ls -ld /export/home/nagios/sigma_nagios
ls -lh /export/home/nagios/sigma_nagios
ls -lh /export/home/nagios/sigma_nagios/plugins
ls -lh /export/home/nagios/sigma_nagios/third_party/plugins




