mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-03-05 21:00:12 -08:00
update amd openbsd
This commit is contained in:
parent
dde374e68a
commit
e7bf2f8579
|
@ -17,11 +17,12 @@
|
||||||
package collector
|
package collector
|
||||||
|
|
||||||
type NodeCollectorConfig struct {
|
type NodeCollectorConfig struct {
|
||||||
Filesystem FilesystemConfig
|
DiskstatsDeviceFilter DiskstatsDeviceFilterConfig
|
||||||
NetDev NetDevConfig
|
Filesystem FilesystemConfig
|
||||||
NTP NTPConfig
|
NetDev NetDevConfig
|
||||||
Path PathConfig
|
NTP NTPConfig
|
||||||
Runit RunitConfig
|
Path PathConfig
|
||||||
Supervisord SupervisordConfig
|
Runit RunitConfig
|
||||||
TextFile TextFileConfig
|
Supervisord SupervisordConfig
|
||||||
|
TextFile TextFileConfig
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue