diff options
author | onefang | 2019-12-28 22:32:56 +1000 |
---|---|---|
committer | onefang | 2019-12-28 22:32:56 +1000 |
commit | 5f3364e49914546e9988d4254aa62c6ee5001630 (patch) | |
tree | 85f88d17fa5bfefd1640322a568679389f898205 | |
parent | Refactor the executers into an actual class type thingy. (diff) | |
download | apt-panopticon-5f3364e49914546e9988d4254aa62c6ee5001630.zip apt-panopticon-5f3364e49914546e9988d4254aa62c6ee5001630.tar.gz apt-panopticon-5f3364e49914546e9988d4254aa62c6ee5001630.tar.bz2 apt-panopticon-5f3364e49914546e9988d4254aa62c6ee5001630.tar.xz |
Nagios is no longer a report type.
-rw-r--r-- | apt-panopticommon.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua index a19f1e3..cfea728 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua | |||
@@ -95,7 +95,6 @@ APT.options = | |||
95 | { | 95 | { |
96 | "RRD", -- RRD has to be before web, coz web creates a graph from the RRD data. | 96 | "RRD", -- RRD has to be before web, coz web creates a graph from the RRD data. |
97 | "email-web", | 97 | "email-web", |
98 | -- "Nagios", | ||
99 | -- "Prometheus", | 98 | -- "Prometheus", |
100 | }, | 99 | }, |
101 | }, | 100 | }, |