Blame conf/services/zz-lm_sensors.conf

Packit Bot ea69bd
###########################################################################
Packit Bot ea69bd
# $Id$
Packit Bot ea69bd
###########################################################################
Packit Bot ea69bd
Packit Bot ea69bd
# You can put comments anywhere you want to.  They are effective for the
Packit Bot ea69bd
# rest of the line.
Packit Bot ea69bd
Packit Bot ea69bd
# this is in the format of <name> = <value>.  Whitespace at the beginning
Packit Bot ea69bd
# and end of the lines is removed.  Whitespace before and after the = sign
Packit Bot ea69bd
# is removed.  Everything is case *insensitive*.
Packit Bot ea69bd
Packit Bot ea69bd
# Yes = True  = On  = 1
Packit Bot ea69bd
# No  = False = Off = 0
Packit Bot ea69bd
Packit Bot ea69bd
Title = "lm_sensors output"
Packit Bot ea69bd
Packit Bot ea69bd
# Which logfile group...
Packit Bot ea69bd
LogFile = NONE
Packit Bot ea69bd
Packit Bot ea69bd
# The following variables may be set.  They are commented-out because these
Packit Bot ea69bd
# are the same defaults in the zz-lm_sensors script
Packit Bot ea69bd
# $pathto_sensors = '/usr/bin/sensors';
Packit Bot ea69bd
# $query_hddtemp  = '/usr/bin/nc 127.0.0.1 7634';
Packit Bot ea69bd
# $get_kvm_status = 'cat /proc/cpuinfo | grep -c "QEMU Virtual CPU"
Packit Bot ea69bd
Packit Bot ea69bd
########################################################
Packit Bot ea69bd
# Please send all comments, suggestions, bug reports,
Packit Bot ea69bd
#    etc, to logwatch-devel@logwatch.org
Packit Bot ea69bd
########################################################
Packit Bot ea69bd
Packit Bot ea69bd
# vi: shiftwidth=3 tabstop=3 et