[pve-devel] [PATCH manager 5/7] status/influxdb: remove unnecessary comment
Dominik Csapak
d.csapak at proxmox.com
Wed Dec 2 10:21:10 CET 2020
we already have that information in the reference docs, no need to
have it here as well
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
PVE/Status/InfluxDB.pm | 7 -------
1 file changed, 7 deletions(-)
diff --git a/PVE/Status/InfluxDB.pm b/PVE/Status/InfluxDB.pm
index f16af486..9ecce235 100644
--- a/PVE/Status/InfluxDB.pm
+++ b/PVE/Status/InfluxDB.pm
@@ -13,13 +13,6 @@ use PVE::SafeSyslog;
use PVE::Status::Plugin;
-# example config (/etc/pve/status.cfg)
-#influxdb:
-# server test
-# port 8089
-# disable 0
-#
-
use base('PVE::Status::Plugin');
sub type {
--
2.20.1
More information about the pve-devel
mailing list