Closed duylong closed 3 years ago
Hm no, probably the output of the plugin is to long and MySQL returns an error. Could you please try to execute the original SQL query on your system and report the error message MySQL returns?
I was able to the query from your post without any errors:
INSERT INTO statusengine_servicechecks
(hostname, service_description, state, is_hardstate, start_time, start_time_usec, end_time, output, timeout, early_timeout, latency, execution_time, perfdata, command, current_check_attempt, max_check_attempts, long_output)
VALUES('XXXX','XXXX','0','1','1620147552','569020','1620147553','OK: statusengine-worker status is RUNNING','60','0','0.872684','0.695443','','XXXX','1','3','')
But it also not the original query due to anonymization
It seems that I had a problem during the migration. I am using a different database name, but in the mysql_update.sql file the database is set to statusengine. I will already fix this problem and close this one ...
Hi,
Is it normal to have the lines below in the stdout?