]> git.proxmox.com Git - pve-manager.git/commitdiff
status/influxdb: remove unnecessary comment
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 2 Dec 2020 09:21:10 +0000 (10:21 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 28 Jan 2021 16:32:23 +0000 (17:32 +0100)
we already have that information in the reference docs, no need to
have it here as well

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/Status/InfluxDB.pm

index f16af486be42d35645d610c80bdd79ecdd1b4d21..9ecce23509993332d3f9a59816990186ee28e5c2 100644 (file)
@@ -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 {