Monitor description
The monitor can read a text file and check for if new lines in the file contains one of the specified strings. The monitor generates an alarm if the specified search criteria are meet. The monitor uses the SMB protocol for access and authentication, meaning that both Windows host and Unix host running Samba can be tested with this monitor type.
Log file monitor property page
Monitor specific properties
\\myhost\C$\test.txt
.Path field formatting flags
The following formatting variables can be included when specifying a path.
%time_hour
- Hour in 24-hour format (00 -23)%time_hour2
- Hour in 12-hour format (01 -12)%time_minute
- Minute as decimal number (00 -59)%time_second
- Second as decimal number (00 – 59)%date_year
- Year with century, as decimal number%date_year2
- Year without century, as decimal number%date_month
- Month as decimal number (01 – 12)%date_dayofmonth
- Day of month as decimal number (01 – 31)%date_dayofyear
- Day of year as decimal number (001 – 366)%date_weekday
- Weekday as decimal number (0 – 6; Sunday is 0)