Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aroraharsh23 authored Jul 10, 2020
1 parent 942d8ee commit 5987045
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ flag            &nbs
--timeout | Specify timeout period for exporter to obtain response from target Citrix ADCs. Default: 15s
--metrics-file | The location of metrics.json file. Default: /exporter/metrics.json
--log-file | The location of exporter.log file. Default: /exporter/exporter.log
--log-level | The level of logging. DEBUG, INFO, WARNING, ERROR or CRITICAL Default: ERROR
--log-level | The level of logging. DEBUG, INFO, WARNING, ERROR or CRITICAL Default: DEBUG
--config-file | File with configs such as ```username```, ```password```, ```validate-cert```, ```cacert-path```, etc. Helps supply username and password through file rather than CLI.
--validate-cert. | Specify if ca certifcate is to be validated to access Citrix ADC. Default: 'no'. Valid value: 'yes'
--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'.
Expand Down Expand Up @@ -113,7 +113,7 @@ flag            &nbs
--timeout | Specify timeout period for exporter to obtain response from target Citrix ADC. Default: 15s
--metrics-file | The location of metrics.json file. Default: /exporter/metrics.json
--log-file | The location of exporter.log file. Default: /exporter/exporter.log
--log-level | The level of logging. DEBUG, INFO, WARNING, ERROR or CRITICAL Default: ERROR
--log-level | The level of logging. DEBUG, INFO, WARNING, ERROR or CRITICAL Default: DEBUG
--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.
--validate-cert | Specify if ca certifcate is to be validated to access Citrix ADC. Default: 'no'. Valid value: 'yes'
--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'.
Expand Down Expand Up @@ -224,7 +224,7 @@ flag            &nbs
--timeout | Specify timeout period for exporter to obtain response from target Citrix ADC. Default: 15s
--metrics-file | The location of metrics.json file. Default: /exporter/metrics.json
--log-file | The location of exporter.log file. Default: /exporter/exporter.log
--log-level | The level of logging. DEBUG, INFO, WARNING, ERROR or CRITICAL Default: ERROR
--log-level | The level of logging. DEBUG, INFO, WARNING, ERROR or CRITICAL Default: DEBUG
--config-file | File with configs such as ```username```, ```password```, ```validate-cert```, ```cacert-path```, etc. Helps supply username and password through file rather than CLI.
--validate-cert | Specify if ca certifcate is to be validated to access Citrix ADC. Default: 'no'. Valid value: 'yes'
--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'.
Expand Down

0 comments on commit 5987045

Please sign in to comment.