From 4c8ada96a8b1a7266f4d5007516da1f9873773ee Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 2 Mar 2020 15:04:46 +0100 Subject: [PATCH] Remove debug statement in util_populate_pve_cache --- zabbix_scripts/util_populate_pve_cache | 1 - 1 file changed, 1 deletion(-) diff --git a/zabbix_scripts/util_populate_pve_cache b/zabbix_scripts/util_populate_pve_cache index 04110dc..d6d88a0 100644 --- a/zabbix_scripts/util_populate_pve_cache +++ b/zabbix_scripts/util_populate_pve_cache @@ -22,7 +22,6 @@ foreach my $stor (@{$storages->{data}}){ } my $guests = from_json(qx(/var/lib/zabbix/bin/disco_pve_sudo --what=guests)); foreach my $guest (@{$guests->{data}}){ - print $guest->{'{#PVE_GUEST_ID}'} . "\n"; qx(/var/lib/zabbix/bin/check_pve_sudo --guest=$guest->{'{#PVE_GUEST_ID}'} --cache=120); }