[BACK]Return to sensorsd.conf CVS log [TXT][DIR] Up to [local] / nagios / check_hw_sensors

Annotation of nagios/check_hw_sensors/sensorsd.conf, Revision 1.1

1.1     ! andrew      1: # $OpenBSD: sensorsd.conf,v 1.1 2003/10/08 20:30:04 grange Exp $
        !             2: # $RedRiver$
        !             3:
        !             4: #
        !             5: # Sample sensorsd.conf file. See sensorsd.conf(5) for details.
        !             6: # This one has examples for use with nagios check_hw_sensors
        !             7: # Actual sensors on a 2450 are below.
        !             8: #
        !             9:
        !            10: # hw.sensors.0=esm0, Motherboard, raw, 0
        !            11: # hw.sensors.1=esm0, CPU 1, OK, temp, 28.00 degC / 82.40 degF
        !            12: hw.sensors.1:high=50C:warn.high=40C
        !            13:
        !            14: # hw.sensors.2=esm0, CPU 2, OK, temp, 30.00 degC / 86.00 degF
        !            15: hw.sensors.2:high=50C:warn.high=40C
        !            16:
        !            17: # hw.sensors.3=esm0, Mainboard, OK, temp, 21.50 degC / 70.70 degF
        !            18: hw.sensors.3:high=40C:warn.high=30C
        !            19:
        !            20: # hw.sensors.4=esm0, CPU 1 Core, OK, volts_dc, 1.69 V
        !            21: hw.sensors.4:high=1.85V:warn.high=1.8V:low=1.60V:warn.low=1.65V
        !            22:
        !            23: # hw.sensors.5=esm0, CPU 2 Core, OK, volts_dc, 1.70 V
        !            24: hw.sensors.5:high=1.85V:warn.high=1.8V:low=1.60V:warn.low=1.65V
        !            25:
        !            26: # hw.sensors.6=esm0, Motherboard +5V, OK, volts_dc, 4.95 V
        !            27: hw.sensors.6:high=5.1V:warn.high=5.05V:low=4.90V:warn.low=4.85V
        !            28:
        !            29: # hw.sensors.7=esm0, Motherboard +12V, OK, volts_dc, 11.94 V
        !            30: hw.sensors.7:high=12.15V:warn.high=12.1V:low=11.8V:warn.low=11.85V
        !            31:
        !            32: # hw.sensors.8=esm0, Motherboard +3.3V, OK, volts_dc, 3.27 V
        !            33: hw.sensors.8:high=3.5V:warn.high=3.4V:low=3.15V:warn.low=3.2V
        !            34:
        !            35: # hw.sensors.9=esm0, Motherboard +2.5V, OK, volts_dc, 2.48 V
        !            36: hw.sensors.9:high=2.75V:warn.high=2.6V:low=2.25V:warn.low=2.4V
        !            37:
        !            38: # hw.sensors.10=esm0, Motherboard GTL Term, OK, volts_dc, 1.49 V
        !            39: hw.sensors.10:high=1.75V:warn.high=1.6V:low=1.25V:warn.low=1.4V
        !            40:
        !            41: # hw.sensors.11=esm0, Motherboard Battery, OK, volts_dc, 2.93 V
        !            42: hw.sensors.11:high=3.1V:warn.high=3.05V:low=2.75V:warn.low=2.8V
        !            43:
        !            44: # hw.sensors.12=esm0, Chassis Intrusion, indicator, Off
        !            45: hw.sensors.12:crit=Off:warn=Off
        !            46:
        !            47: # hw.sensors.13=esm0, Fan 1, OK, fanrpm, 3526 RPM
        !            48: hw.sensors.13:low=3000:warn.low=3250
        !            49:
        !            50: # hw.sensors.14=esm0, Fan 2, OK, fanrpm, 3569 RPM
        !            51: hw.sensors.14:low=3000:warn.low=3250
        !            52:
        !            53: # hw.sensors.15=esm0, Fan 3, OK, fanrpm, 3563 RPM
        !            54: hw.sensors.15:low=3000:warn.low=3250
        !            55:
        !            56: # hw.sensors.16=esm0, Backplane, raw, 0
        !            57: # hw.sensors.17=esm0, Backplane Top, OK, temp, 14.50 degC / 58.10 degF
        !            58: hw.sensors.17:high=35C:warn.high=25C
        !            59:
        !            60: # hw.sensors.18=esm0, Backplane Bottom, OK, temp, 22.00 degC / 71.60 degF
        !            61: hw.sensors.18:high=40C:warn.high=30C
        !            62:
        !            63: # hw.sensors.19=esm0, Backplane +5V, OK, volts_dc, 4.97 V
        !            64: hw.sensors.19:high=5.1V:warn.high=5.05V:low=4.90V:warn.low=4.85V
        !            65:
        !            66: # hw.sensors.20=esm0, Backplane SCSI A Connected, indicator, On
        !            67: hw.sensors.20:crit=On:warn=On
        !            68:
        !            69: # hw.sensors.21=esm0, Backplane SCSI A External, OK, volts_dc, 4.70 V
        !            70: hw.sensors.21:high=5.1V:warn.high=5.05V:low=4.60V:warn.low=4.65V
        !            71:
        !            72: # hw.sensors.22=esm0, Backplane SCSI B Connected, indicator, Off
        !            73: hw.sensors.22:crit=Off:warn=Off
        !            74:
        !            75: # hw.sensors.23=esm0, Drive 0, drive, online
        !            76: hw.sensors.23:crit=online,empty:warn=online
        !            77:
        !            78: # hw.sensors.24=esm0, Drive 1, drive, online
        !            79: hw.sensors.24:crit=online,empty:warn=online
        !            80:
        !            81: # hw.sensors.25=esm0, Drive 2, drive, empty
        !            82: hw.sensors.25:crit=online,empty:warn=online,empty
        !            83:
        !            84: # hw.sensors.26=esm0, Drive 3, drive, empty
        !            85: hw.sensors.26:crit=online,empty:warn=online,empty
        !            86:
        !            87: # hw.sensors.27=esm0, Backplane Control 2, raw, 17
        !            88: # hw.sensors.28=esm0, Backplane +3.3V, OK, volts_dc, 3.28 V
        !            89: hw.sensors.28:high=3.5V:warn.high=3.4V:low=3.2V:warn.low=3.25V
        !            90:
        !            91: # hw.sensors.29=safte0, temp0, OK, temp, 14.44 degC / 58.00 degF
        !            92: hw.sensors.29:high=35C:warn.high=25C
        !            93:
        !            94: # hw.sensors.30=safte0, temp1, OK, temp, 22.22 degC / 72.00 degF
        !            95: hw.sensors.30:high=40C:warn.high=30C

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>