diff options
author | onefang | 2019-11-06 16:24:05 +1000 |
---|---|---|
committer | onefang | 2019-11-06 16:24:05 +1000 |
commit | bd9d181030538582e1a091c87c628dfe0b2c56c8 (patch) | |
tree | eb513521b45856f0772f41d6013da3ff9eb705e2 | |
parent | Add the email report. (diff) | |
download | apt-panopticon-bd9d181030538582e1a091c87c628dfe0b2c56c8.zip apt-panopticon-bd9d181030538582e1a091c87c628dfe0b2c56c8.tar.gz apt-panopticon-bd9d181030538582e1a091c87c628dfe0b2c56c8.tar.bz2 apt-panopticon-bd9d181030538582e1a091c87c628dfe0b2c56c8.tar.xz |
Disable Prometheus output.
-rwxr-xr-x | apt-panopticon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index f81213c..4278762 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -57,7 +57,7 @@ options = | |||
57 | "DNS", | 57 | "DNS", |
58 | "email", | 58 | "email", |
59 | -- "Nagios", | 59 | -- "Nagios", |
60 | "Prometheus", | 60 | -- "Prometheus", |
61 | -- "RRD", | 61 | -- "RRD", |
62 | "web", | 62 | "web", |
63 | }, | 63 | }, |