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(
204
+
'The data source specifed is Checkmk Cloud (SaaS). The grafana plugin is currently not supported for that edition.'
205
+
);
206
+
}
202
207
// The REST API would be ok with other users, but the autocompleter are not
0 commit comments