; [collector_data] section contains all the mandatory CMDB metadata and the ; local deployment options ; MANDATORY [collector_data] ; Origin country of the collector node ; Allowed values: AT, BE, DE, DK, ESP, FIN, FR-GIT, FR-SAFRAN, HUN, ; NL, SWE, UK ; MANDATORY country=NL ; The path where we want to save the report archived data - OPTIONAL ; if not set the reports will be saved in the script's directory ; export_dir= ; [OCUM_database] section contains all the mandatory options for connecting ; to Netapp OCUM MySQL table and all the other optional arguments. ; MANDATORY [OCUM_database] ; MySQL host ip address or hostname ; MANDATORY host=127.0.0.1 ; MySQL user - MANDATORY+ENCRYPTED ; The na-cdot-collect-cmdb-data supports MySQL usernames encrypted with ; ro-cloud-pw-marshall tool ; ro-cloud-pw-marshall can be found on ATOS Romania CLOUD Gitlab instance ; In case you cannot access the tool please contact the Atos Romania ; Development Team (ro-cloud-dev@atos.net) user=cm9kZXZfcmVhZHN0b3I= ; MySQL user's password - MANDATORY+ENCRYPTED ; The na-cdot-collect-cmdb-data supports MySQL user passwords encrypted with ; ro-cloud-pw-marshall tool ; ro-cloud-pw-marshall can be found on ATOS Romania CLOUD Gitlab instance ; In case you cannot access the tool please contact the Atos Romania ; Development Team (ro-cloud-dev@atos.net) password=TkwtT0NVTUBBdG9zXzIwMTg= ; MySQL port ; MANDATORY port=3306 ; [scp_transfer] section contains all the necessary information for ; transferring data using scp to the central CMDB node ; OPTIONAL [scp_transfer] ; MANDATORY ; Enables scp transfer of the data to the central CMDB server ; IMPORTANT: If set to True all the other config options will become mandatory enable=False ; Central CMDB server ip address or hostname - OPTIONAL host=127.0.0.1 ; Central CMDB server's username - OPTIONAL user=os_user ; The central CMDB server user's ssh private key - MANDATORY ssh_key=/path/to/ssh_key ; The central CMDB server data location - OPTIONAL data_dir=/path/to/filler/node/data/directory ; [email-transfer] section contains all the necessary options for ; transferring the aggregated data to the central CMDB server via the ; e-mail transfer mechanism ; OPTIONAL [email_transfer] ; Enables the email data transfer mechanism ; MANDATORY ; IMPORTANT: If set to True all the other config options will become mandatory enable=True ; SMTP mail server address or the mail relay ip address - OPTIONAL server=10.192.8.29 ; The ip address used for this specific solution - OPTIONAL from=aodfm01a@aoxnlfsd01.fsod.mssmgt.com ; Comma separated values of email addresses part of the email transfer ; mechanism - OPTIONAL ; e.g. user.mail@domain.com,second_user.mail@domain.com to=ro-cloud-mail-xfer@atos.net ; [email] section contains all the mandatory options for sending notifications ; MANDATORY [email] ; SMTP mail server address or the mail relay ip address - MANDATORY server=10.192.8.29 ; The ip address used for this specific solution - MANDATORY from=aodfm01a@aoxnlfsd01.fsod.mssmgt.com ; Comma separated values of email addresses - MANDATORY ; e.g. user.mail@domain.com,second_user.mail@domain.com to=dl-ro-cloud-dev@atos.net