Skip to content

Commit

Permalink
Update info
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo F committed Apr 25, 2020
1 parent b9a7d0f commit 90d6505
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ Only requires the default job_name: node, add as many targets as you need in '/e
- targets: ['localhost:9100']
```

By default, not all values from vmstat, netstat and interrupts, are exported by prometheus-node-exporter, so some graphs are empty. For get a fully working dashboard, be sure to start the process with this arguments:

```
--collector.netstat.fields=(.*) --collector.vmstat.fields=(.*) --collector.interrupts
```
In a Debian system, add them to the startup configuration file located in '/etc/default/prometheus-node-exporter'.


Notes:

For prometheus-node-expter v.0.16 or older, use node-exporter-full-old.json
Expand Down Expand Up @@ -88,11 +79,17 @@ The same as Node Exporter Full. Only requires the default job_name: node, add as

### Bind9 Full

For prometheus-bind-exporter
For prometheus-bind-exporter https://github.com/prometheus-community/bind_exporter

Monitor Bind9 service. Required configuration in /etc/bind/named.conf.options:

Monitor Bind9 service.
```
statistics-channels {
inet 127.0.0.1 port 8053 allow { 127.0.0.1; };
};
```

Only requires a configured target under any job_name. For example:
On Grafana, it only requires a configured target under any job_name. For example:

```
- job_name: 'bind'
Expand Down

0 comments on commit 90d6505

Please sign in to comment.