Bug 47963 - Not possible to activate "Nagios support" via Multi-Edit
Not possible to activate "Nagios support" via Multi-Edit
Status: RESOLVED WONTFIX
Product: UCS
Classification: Unclassified
Component: UMC - Computers
UCS 4.3
Other Windows NT
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2018-10-11 21:45 CEST by Michael Grandjean
Modified: 2021-05-14 16:34 CEST (History)
0 users

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 4: Minor Usability: Impairs usability in secondary scenarios
Who will be affected by this bug?: 2: Will only affect a few installed domains
How will those affected feel about the bug?: 2: A Pain – users won’t like this once they notice it
User Pain: 0.091
Enterprise Customer affected?:
School Customer affected?: Yes
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Grandjean univentionstaff 2018-10-11 21:45:07 CEST
UCS: 4.3-2 errata270

It is not possible to activate "Nagios support" via Multi-Edit in UMC. The "[Options]" tab is missing. This is especially annoying for large numbers of IP-managed-clients (printers, switches, WLAN access points ...) where we want at least a PING check and Nagios is not activated by default.
Comment 1 Michael Grandjean univentionstaff 2018-10-11 22:07:06 CEST
Workaround:

while read DN; do udm computers/ipmanagedclient modify --dn "${DN}" \
  --option nagios; done <<< "$(univention-ldapsearch -LLLo ldif-wrap=no \
  '(univentionObjectType=computers/ipmanagedclient)' \
  dn | sed '/^\s*$/d'  | sed -r 's/dn: //')"
Comment 2 Ingo Steuwer univentionstaff 2021-05-14 15:43:27 CEST
This issue has been filed against UCS 4.3.

UCS 4.3 is out of maintenance and many UCS components have changed in later releases. Thus, this issue is now being closed.

If this issue still occurs in newer UCS versions, please use "Clone this bug" or reopen it and update the UCS version. In this case please provide detailed information on how this issue is affecting you.