You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'The data source specified the Checkmk Raw Edition, but a Checkmk commercial edition was detected. Some functionality may not be available. Choose commercial editions in the data source settings to enable all features.'
200
200
);
201
201
}
202
+
if(result.data.edition==='cse'){
203
+
thrownewError('Detected Checkmk Cloud (SaaS). Can not query data from Checkmk Cloud (SaaS).');
204
+
}
202
205
// The REST API would be ok with other users, but the autocompleter are not
0 commit comments