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 #-------------------------------------------------------------------------------