I would like to have either a green or red icon (or text) visible when there is a difference in time and date form a fie with current data and time (with a margin of 15minutes)
i just cant get a meter or metericon to work
i just cant get a meter or metericon to work
Code:
; Measure for current date (YYYY-MM-DD format)[MeasureCurrentDate]Measure=TimeFormat=%Y-%m-%dDynamicVariables=1; Measure for current time (HH:MM:SS format)[MeasureCurrentTime]Measure=TimeFormat=%H:%M:%SDynamicVariables=1; Measure for last update date (HH:MM:SS format from file)[MeasureLastDate]Measure=WebParserURL=#PATH_3#RegExp=(?siU)^\s*(\d{4}-\d{2}-\d{2})\s*$StringIndex=1DynamicVariables=1; Measure for last update time (HH:MM:SS format from file)[MeasureLastTime]Measure=WebParserURL=#PATH_4#RegExp=(?siU)^\s*(\d{2}:\d{2}:\d{2})\s*$StringIndex=1DynamicVariables=1
Statistics: Posted by Macguyver1976 — Today, 10:32 am — Replies 1 — Views 85