| 1 | # netdata configuration |
| 2 | # |
| 3 | # You can download the latest version of this file, using: |
| 4 | # |
| 5 | # wget -O /etc/netdata/netdata.conf http://localhost:19999/netdata.conf |
| 6 | # or |
| 7 | # curl -o /etc/netdata/netdata.conf http://localhost:19999/netdata.conf |
| 8 | # |
| 9 | # You can uncomment and change any of the options below. |
| 10 | # The value shown in the commented settings, is the default value. |
| 11 | # |
| 12 | |
| 13 | [global] |
| 14 | run as user = netdata |
| 15 | |
| 16 | # the default database size - 1 hour |
| 17 | history = 3600 |
| 18 | |
| 19 | # by default do not expose the netdata port |
| 20 | bind to = localhost |