fix(checkmk): use monitoring collection endpoint, batch state fetch, clearer Settings hints

This commit is contained in:
Brückner
2026-06-04 14:48:15 +02:00
parent 59f11356ec
commit 626871213d
2 changed files with 38 additions and 25 deletions

View File

@ -449,7 +449,7 @@ export default function Settings({ currentUser: _currentUser }: SettingsProps) {
/>
</FieldRow>
<div className="grid grid-cols-1 sm:grid-cols-2 gap-5">
<FieldRow label="Automation User" hint="CheckMK automation user (default: automation)">
<FieldRow label="Automation User" hint="Setup → Users → Automation user (e.g. automation)">
<Input
value={checkmkApiUser}
onChange={setCheckmkApiUser}
@ -460,6 +460,7 @@ export default function Settings({ currentUser: _currentUser }: SettingsProps) {
</FieldRow>
<FieldRow
label="Automation Secret"
hint="Setup → Users → Automation user → Automation secret"
badge={checkmkSecretSet ? <ConfiguredBadge /> : undefined}
>
<SecretInput