Can you please do a cmk --debug -vvI HOSTNAME on the command line.
I think you get a little bit more of error message and it is possible that you see what plugin causes this message.
I solved the issue replacing this row RS.Open "SELECT GETUTCDATE() as utc_date", CONN
with RS.Open "SELECT CONVERT(STRING,GETUTCDATE()) as utc_date", CONN
in the plugin C:\ProgramData\checkmk\agent\plugins\mssql.vbs
now it works fine
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact @fayepal if you think this should be re-opened.