Some of the services applied the change fine.SQL Error [nagiosql] : Unknown column 'servicetemplate_name' in 'field list'
Now those services that reported an error has a status of Not Applied when looking at the list of services in CCM.
Some of the services applied the change fine.SQL Error [nagiosql] : Unknown column 'servicetemplate_name' in 'field list'
from 5000 to 10000, restated Apache. Still getting the same error.max_input_vars
Code: Select all
tail -F /var/log/httpd/error_log /var/log/httpd/ssl_error_log /usr/local/nagiosxi/var/cmdsubsys.logCode: Select all
tail -F /var/log/httpd/error_log /var/log/httpd/ssl_error_logCode: Select all
cp -p /usr/local/nagiosxi/html/includes/components/bulkmodifications/bulkmodifications.inc.php /usr/local/nagiosxi/html/includes/components/bulkmodifications/bulkmodifications.inc.php.backupCode: Select all
vi /usr/local/nagiosxi/html/includes/components/bulkmodifications/bulkmodifications.inc.phpCode: Select all
$log = sprintf("Added host template %s to host %s", nagiosql_get_object_name('hosttemplate', $ht), nagiosql_get_host_name($host));Code: Select all
$log = sprintf("Added host template %s to host %s", nagiosql_get_object_name('template', $ht, 'hosttemplate'));Code: Select all
$log = sprintf("Added service template %s to service %s", nagiosql_get_object_name('servicetemplate', $st), nagiosql_get_service_name($service));Code: Select all
$log = sprintf("Added service template %s to service %s", nagiosql_get_object_name('template', $st, 'servicetemplate'));Code: Select all
cp -p /usr/local/nagiosxi/html/includes/components/nagiosql/nagiosql.inc.php /usr/local/nagiosxi/html/includes/components/nagiosql/nagiosql.inc.php.backup