Page 1 of 1

How to add User Group from the backend of Nagios Log Server

Posted: Tue Nov 09, 2021 9:30 am
by DhananjayaPatil
Hi Team,

There is a user group which we wanted to add from our AD to the Nagios Log Server. We found that the group which we are trying to add is not appearing in the User Management Page.

We were thinking of a work around to add this user group to the users list of Nagios Log Server from the backend of the Log Server itself.

Kindly provide us with the path of the file containing user data stored in server or let us know if there's any better way to resolve this issue.

Thanks in advance.

Re: How to add User Group from the backend of Nagios Log Ser

Posted: Wed Nov 10, 2021 10:58 am
by pbroste
Hello @DhananjayaPatil

Thanks for reaching out, we see that there is currently a feature request to add User groups. Here is an 'api' command that will provide a current list"
  • Code: Select all

    curl -XGET 'http://localhost:9200/nagioslogserver/user/_search?q=_type:user'
Please let us know if we can help point to other options,
Perry

Re: How to add User Group from the backend of Nagios Log Ser

Posted: Wed Nov 10, 2021 11:08 am
by ssax
In addition to what @pbroste posted, Nagios Log Server doesn't currently support AD/LDAP groups other than importing individual users from those groups. The group would never show in in Log Server, only the individual imported users.