Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Goal of this source

Connecting Shinken Enterprise to Active Directory will allow you to automatically detect your windows servers.

  

Configure this source

You can enable it by editing the configuration file /etc/shinken/modules/activ-dir-import.cfg

All you need is to set the following parameters:

PropertyDefaultDescription
urlldap://YOURDCFQDN/URL of your Active Directory server.
base dc=YOUR,dc=DOMAIN,dc=comBase OU for your objects discovery.
hosts_baseOU=DataCenter Servers,dc=YOUR,dc=DOMAIN,dc=comBase OU for the hosts discovery.
contacts_basedc=YOUR,dc=DOMAIN,dc=comBase OU for the contacts discovery.
usernameSHINKEN@YOURDOMAIN.comUsername used to connect to the Ldap server.
passwordPASSWORDPassword used by the user to connect to the Ldap server.

 

This connection information will allow the source to connect to your Active Directory. It only needs a « read only » account.

...

Info
titleNote

Shinken Enterprise’s main purpose is monitoring servers, therefore we suggest you not load all your Active Directory elements like computers. 

  

Filtering and tagging

 

 

This source also includes other parameters that will allow you to automatically “tag” your servers based on your active directory information:

...