/etc/shinken/resource.cfg is in shinken-core 0.6.5-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | $USER1$=/usr/lib64/nagios/plugins
$USER2$=public
# Where your plugins are located
$PLUGINSDIR$=/usr/lib64/nagios/plugins
##Now Activie directory and Ldap
$DOMAINUSER$=shinken_user
$DOMAINPASSWORD$=superpassword
$LDAPBASE$=dc=eu,dc=society,dc=com
### MSSQL credentials
$MSSQLUSER$=someuser
$MSSQLPASSWORD$=somepassowrd
### Mysql credentials
$MYSQLUSER$=root
$MYSQLPASSWORD$=root
#### vSphere (ESX) part
$VCENTER$=vcenter.mydomain.com
$VCENTERLOGIN$=someuser
$VCENTERPASSWORD$=somepassowrd
#### Discovery Part
# default snmp community
$SNMPCOMMUNITYREAD$=PUBLIC
# what to discover by default
$NMAPTARGETS$=localhost www.google.fr
|