You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--timeout | Specify timeout period for exporter to obtain response from target Citrix ADCs. Default: 15s
53
53
--metrics-file | The location of metrics.json file. Default: /exporter/metrics.json
54
54
--log-file | The location of exporter.log file. Default: /exporter/exporter.log
55
-
--log-level | The level of logging. DEBUG, INFO, WARNING, ERROR or CRITICAL Default: ERROR
55
+
--log-level | The level of logging. DEBUG, INFO, WARNING, ERROR or CRITICAL Default: DEBUG
56
56
--config-file | File with configs such as ```username```, ```password```, ```validate-cert```, ```cacert-path```, etc. Helps supply username and password through file rather than CLI.
57
57
--validate-cert. | Specify if ca certifcate is to be validated to access Citrix ADC. Default: 'no'. Valid value: 'yes'
58
58
--cacert-path. | Provide valid cert path if "-validate-cert" set to 'yes'. cert path will only be considered if '--validate-cert' is set to 'yes'.
--timeout | Specify timeout period for exporter to obtain response from target Citrix ADC. Default: 15s
114
114
--metrics-file | The location of metrics.json file. Default: /exporter/metrics.json
115
115
--log-file | The location of exporter.log file. Default: /exporter/exporter.log
116
-
--log-level | The level of logging. DEBUG, INFO, WARNING, ERROR or CRITICAL Default: ERROR
116
+
--log-level | The level of logging. DEBUG, INFO, WARNING, ERROR or CRITICAL Default: DEBUG
117
117
--config-file | File with configs such as ```username```, ```password```, ```validate-cert``, ```cacert-path```, etc. Helps supply username and password through file rather than CLI for secure deployment.
118
118
--validate-cert | Specify if ca certifcate is to be validated to access Citrix ADC. Default: 'no'. Valid value: 'yes'
119
119
--cacert-path | Provide valid cert path if "--validate-cert" set to 'yes'. cert path will only be considered if '--validate-cert' is set to 'yes'.
--timeout | Specify timeout period for exporter to obtain response from target Citrix ADC. Default: 15s
225
225
--metrics-file | The location of metrics.json file. Default: /exporter/metrics.json
226
226
--log-file | The location of exporter.log file. Default: /exporter/exporter.log
227
-
--log-level | The level of logging. DEBUG, INFO, WARNING, ERROR or CRITICAL Default: ERROR
227
+
--log-level | The level of logging. DEBUG, INFO, WARNING, ERROR or CRITICAL Default: DEBUG
228
228
--config-file | File with configs such as ```username```, ```password```, ```validate-cert```, ```cacert-path```, etc. Helps supply username and password through file rather than CLI.
229
229
--validate-cert | Specify if ca certifcate is to be validated to access Citrix ADC. Default: 'no'. Valid value: 'yes'
230
230
--cacert-path | Provide valid cert path if "--validate-cert" set to 'yes'. cert path will only be considered if '--validate-cert' is set to 'yes'.
0 commit comments