update amd openbsd

This commit is contained in:
matt durham 2023-09-27 12:10:39 -04:00
parent dde374e68a
commit e7bf2f8579
No known key found for this signature in database
GPG key ID: A62E920AE398897B

View file

@ -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
} }