-
Notifications
You must be signed in to change notification settings - Fork 3
Config File: galintools.json
This configuration file is used to set default values of constants and logging behaviour. The syntax used for make the configuration is json.
To configure logging behaviour, you need to change parameters inside "log" section. Those parameters obey the Configuration dictionary schema of Python's logging.config module.
Each script could overwrite this config declaring the same "log" section on it's configuration file.
All of these constants are used by all (or at least one) galintools script(s) and module method(s)
-
DEFAULT_REGION: Defines the Amazon default region
-
AWS_STATUS_PAGE: Defines the Amazon status page URL
-
AWS_INSTANCE_STATES: Defines the possible Amazon EC2 instance states
-
AWS_TRUSTED_ADVISOR_CATORIES: Defines the Trusted Advisor check categories to be used in boto.support.layer1.SupportConnection.describe_trusted_advisor_check_summaries method
-
ZABBIX_SENDER_BIN: Binary location of Zabbix Sender
https://github.com/galindro/galintools/blob/master/etc/galintools.json