update
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
PW_VERS='2.11.16-07122025'
|
PW_VERS='2.11.17-07122025'
|
||||||
|
|
||||||
noheader=' update service dailytemp confsync -r -report test '
|
noheader=' update service dailytemp confsync -r -report test '
|
||||||
|
|
||||||
|
|||||||
@@ -921,6 +921,9 @@ CHECKTEMP_SERVICE_RUNSENSOR(){
|
|||||||
if [ -f ${PW_TMPFOLDER}/${SENSORa}-error.sent ]; then
|
if [ -f ${PW_TMPFOLDER}/${SENSORa}-error.sent ]; then
|
||||||
SENDNOTICE "${SENSOR_DESC} Data" "${SENSORa} is reporting data again"
|
SENDNOTICE "${SENSOR_DESC} Data" "${SENSORa} is reporting data again"
|
||||||
echo "($(date +'%Y-%m-%d %H:%M:%S')) - ${SENSORa} - Sensor is reporting data again" >> ${logtemp}
|
echo "($(date +'%Y-%m-%d %H:%M:%S')) - ${SENSORa} - Sensor is reporting data again" >> ${logtemp}
|
||||||
|
elif [ -f ${PW_TMPFOLDER}/${SENSORa}.shutdown ]; then
|
||||||
|
SENDNOTICE "${SENSOR_DESC} Data" "${SENSORa} has been powered up"
|
||||||
|
echo "($(date +'%Y-%m-%d %H:%M:%S')) - ${SENSORa} has been powered up" >> ${logtemp}
|
||||||
fi
|
fi
|
||||||
rm -f ${PW_TMPFOLDER}/${SENSORa}*
|
rm -f ${PW_TMPFOLDER}/${SENSORa}*
|
||||||
[ "${PW_ESXI_DEF_EXHAUST_MIN}" != "" ] && ESXI_DEFAULT_EXHAUST_MIN=${PW_ESXI_DEF_EXHAUST_MIN}
|
[ "${PW_ESXI_DEF_EXHAUST_MIN}" != "" ] && ESXI_DEFAULT_EXHAUST_MIN=${PW_ESXI_DEF_EXHAUST_MIN}
|
||||||
|
|||||||
Reference in New Issue
Block a user