| 1 | # no need for shebang - this file is loaded from charts.d.plugin |
| 2 | # SPDX-License-Identifier: GPL-3.0-or-later |
| 3 | |
| 4 | # to enable this chart, you have to set this to 12345 |
| 5 | # (just a demonstration for something that needs to be checked) |
| 6 | #example_magic_number=12345 |
| 7 | |
| 8 | # the data collection frequency |
| 9 | # if unset, will inherit the netdata update frequency |
| 10 | #example_update_every= |
| 11 | |
| 12 | # the charts priority on the dashboard |
| 13 | #example_priority=150000 |
| 14 | |
| 15 | # the number of retries to do in case of failure |
| 16 | # before disabling the module |
| 17 | #example_retries=10 |