1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

nixos/servnerr-3: bump snmp_exporter snmp.yml to 0.19.0

Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
Matt Layher 2021-01-02 18:15:13 -05:00
parent 9e35bf5182
commit a8dc7fef62
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94

View file

@ -97,13 +97,13 @@ in {
keylight.enable = true; keylight.enable = true;
# SNMP exporter with data file from release 0.18.0. # SNMP exporter with data file from release 0.19.0.
snmp = { snmp = {
enable = true; enable = true;
configurationPath = builtins.fetchurl { configurationPath = builtins.fetchurl {
url = url =
"https://raw.githubusercontent.com/prometheus/snmp_exporter/9a2ff257dd2e8cdb2a4c88b18df668e2008c2cd6/snmp.yml"; "https://raw.githubusercontent.com/prometheus/snmp_exporter/9dcbc02f59648b21fcf632de1b62a30df70f4649/snmp.yml";
sha256 = "10pvs9b49p5xnh7q2dfm268mhx5q3d7xp6j8qaljipcrsls8ddfm"; sha256 = "04kh3n3q4nf6542w0cx36pdzfy3nr65hyc755j7q6xlsrpsqc21m";
}; };
}; };
}; };