10 lines
378 B
INI
10 lines
378 B
INI
# Ansible Nagios external inventory script settings
|
|
#
|
|
|
|
[ndo]
|
|
# NDO database URI
|
|
# Make sure that data is returned as strings and not bytes if using python 3.
|
|
# See http://docs.sqlalchemy.org/en/rel_1_0/core/engines.html
|
|
# for supported databases and URI format.
|
|
# Example for mysqlclient module :
|
|
database_uri=mysql+mysqldb://user:passwd@hostname/ndo?charset=utf8&use_unicode=1
|