Hi, I’m monitoring a device and I wanted some guidance on how to structure this query…
Every 300 seconds I get data from the device via SNMP, for example signal level and bandwidth consumption… but on the other hand I also want to get the status of the device, but this every 30 seconds… Should I do it in another .conf file?
Thanks
Does not need to be in a separate file, you can add multiple [[inputs.snmp]]
in the same file. It is totally up to you on how you spread your config over files / directories.
1 Like