summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/icecast
diff options
context:
space:
mode:
authorNetdata bot <43409846+netdatabot@users.noreply.github.com>2023-10-06 11:49:12 +0300
committerGitHub <noreply@github.com>2023-10-06 11:49:12 +0300
commitbde15bbc489ae7eaceee28697f314e986d0a9f0f (patch)
treebf295df3dc2ca1197e09bd240cfc992cc795f2b7 /collectors/python.d.plugin/icecast
parentff3cbef2b54627b41af1f94681f08851ec3d29dd (diff)
Regenerate integrations.js (#16138)
Diffstat (limited to 'collectors/python.d.plugin/icecast')
-rw-r--r--collectors/python.d.plugin/icecast/integrations/icecast.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/collectors/python.d.plugin/icecast/integrations/icecast.md b/collectors/python.d.plugin/icecast/integrations/icecast.md
index 3bc951cff5..d210470f8f 100644
--- a/collectors/python.d.plugin/icecast/integrations/icecast.md
+++ b/collectors/python.d.plugin/icecast/integrations/icecast.md
@@ -108,12 +108,12 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
-| update_every | Sets the default data collection frequency. | | False |
-| priority | Controls the order of charts at the netdata dashboard. | | False |
-| autodetection_retry | Sets the job re-check interval in seconds. | | False |
-| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
+| update_every | Sets the default data collection frequency. | 5 | False |
+| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
+| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
+| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | False |
-| url | The URL (and port) to the icecast server. Needs to also include `/status-json.xsl` | | False |
+| url | The URL (and port) to the icecast server. Needs to also include `/status-json.xsl` | http://localhost:8443/status-json.xsl | False |
| user | Username to use to connect to `url` if it's password protected. | | False |
| pass | Password to use to connect to `url` if it's password protected. | | False |