Compare commits

..

No commits in common. "101bdb92a36e9811896802f51a8e529a47c9b82f" and "96f278757b5d4b93585e6a3a9eee9d530166c08c" have entirely different histories.

2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
nodegopher
config.yaml*
!config.sample.yml
!config.yaml.sample
main.go.*

View File

@ -49,7 +49,7 @@ datasources:
timeout: 10
- name: router01_net_down_rate_perten
type: query
address: 'http://prometheus.local.lan:9090'
address: 'http://prometheus.moon.lan:9090'
query: 'rate(node_network_receive_bytes_total{device="igb0", instance="router01.local.lan:9100", job="node"}[30s])/62500000*10'
timeout: 10