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
This change welcomes Community, Pro, Ultimate, Ultimate with
multi-tenancy and Cloud edition descriptors.
The restrictions over the editions are preserved.
Internally, still working with RAW and CEE types.
Cloud (former SaaS) not supported.
'The data source specified the Checkmk commercial editions, but Checkmk Raw Edition was detected. Choose the raw edition in the data source settings.'
190
+
'The data source specified the Checkmk commercial editions, but Checkmk Community Edition was detected. Choose the Community Edition in the data source settings.'
'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.'
198
+
'The data source specified the Checkmk Community 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.'
192
199
);
193
200
}
194
-
if(result.data.edition==='cse'){
201
+
if(isCloudEdition(result.data.edition)){
195
202
thrownewError('Detected Checkmk Cloud (SaaS). Can not query data from Checkmk Cloud (SaaS).');
196
203
}
197
204
// The REST API would be ok with other users, but the autocompleter are not
0 commit comments