From 4d56ca7cd7385bc73e2ef715c090ffe51e052f77 Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Wed, 3 Mar 2021 15:23:00 +0000 Subject: [PATCH] M #-: Removed deprecated driver conf --- src/monitor/etc/monitord.conf | 44 +++-------------------------------- 1 file changed, 3 insertions(+), 41 deletions(-) diff --git a/src/monitor/etc/monitord.conf b/src/monitor/etc/monitord.conf index 786c9576f0..651f8e59cf 100644 --- a/src/monitor/etc/monitord.conf +++ b/src/monitor/etc/monitord.conf @@ -120,7 +120,7 @@ PROBES_PERIOD = [ #------------------------------------------------------------------------------- -# KVM UDP-push Information Driver Manager Configuration +# KVM/QEMU Information Driver Manager Configuration # -r number of retries when monitoring a host # -t number of threads, i.e. number of hosts monitored at the same time # -w Timeout in seconds to execute external commands (default unlimited) @@ -144,7 +144,7 @@ IM_MAD = [ #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- -# LXD UDP-push Information Driver Manager Configuration +# LXD Information Driver Manager Configuration # -r number of retries when monitoring a host # -t number of threads, i.e. number of hosts monitored at the same time # -w Timeout in seconds to execute external commands (default unlimited) @@ -159,7 +159,7 @@ IM_MAD = [ #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- -# LXD UDP-push Information Driver Manager Configuration +# Firecracker Information Driver Manager Configuration # -r number of retries when monitoring a host # -t number of threads, i.e. number of hosts monitored at the same time # -w Timeout in seconds to execute external commands (default unlimited) @@ -186,44 +186,6 @@ IM_MAD = [ ARGUMENTS = "-c -t 15 -r 0 vcenter" ] #------------------------------------------------------------------------------- -#------------------------------------------------------------------------------- -# EC2 Information Driver Manager Configuration -# -r number of retries when monitoring a host -# -t number of threads, i.e. number of hosts monitored at the same time -# -w Timeout in seconds to execute external commands (default unlimited) -#------------------------------------------------------------------------------- -#IM_MAD = [ -# NAME = "ec2", -# SUNSTONE_NAME = "Amazon EC2", -# EXECUTABLE = "one_im_sh", -# ARGUMENTS = "-c -t 1 -r 0 -w 600 ec2" ] -#------------------------------------------------------------------------------- - -#------------------------------------------------------------------------------- -# Azure Information Driver Manager Configuration -# -r number of retries when monitoring a host -# -t number of threads, i.e. number of hosts monitored at the same time -# -w Timeout in seconds to execute external commands (default unlimited) -#------------------------------------------------------------------------------- -#IM_MAD = [ -# NAME = "az", -# SUNSTONE_NAME = "Microsoft Azure", -# EXECUTABLE = "one_im_sh", -# ARGUMENTS = "-c -t 1 -r 0 az" ] -#------------------------------------------------------------------------------- - -#------------------------------------------------------------------------------- -# Hybrid OpenNebula Information Driver Manager Configuration -# -r number of retries when monitoring a host -# -t number of threads, i.e. number of hosts monitored at the same time -#------------------------------------------------------------------------------- -# IM_MAD = [ -# NAME = "one", -# SUNSTONE_NAME = "OpenNebula", -# EXECUTABLE = "one_im_sh", -# ARGUMENTS = "-c -t 1 -r 0 one" ] -#------------------------------------------------------------------------------- - #------------------------------------------------------------------------------- # Dummy Information Driver Manager Configuration #-------------------------------------------------------------------------------