fix(checkmk): use monitoring collection endpoint, batch state fetch, clearer Settings hints
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user