mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 03:55:33 +00:00
status/graphite: record missing module-use
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f9b633668f
commit
228f017ee4
@ -3,9 +3,12 @@ package PVE::Status::Graphite;
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use PVE::Status::Plugin;
|
||||
use IO::Socket::IP;
|
||||
use IO::Socket::Timeout;
|
||||
|
||||
use PVE::Status::Plugin;
|
||||
use PVE::JSONSchema;
|
||||
|
||||
# example config (/etc/pve/status.cfg)
|
||||
#graphite:
|
||||
# server test
|
||||
|
Loading…
Reference in New Issue
Block a user