Skip to content

Commit

Permalink
prometheus-snmp-exporter: change service name to the correct format (N…
Browse files Browse the repository at this point in the history
  • Loading branch information
hschaeidt authored and globin committed Oct 7, 2016
1 parent 40fdad5 commit 8e46883
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
mkConfigFile = pkgs.writeText "snmp.yml" (builtins.toJSON cfg.configuration);
in {
options = {
services.prometheus.snmp-exporter = {
services.prometheus.snmpExporter = {
enable = mkEnableOption "prometheus snmp exporter";

user = mkOption {
Expand Down

0 comments on commit 8e46883

Please sign in to comment.