Navigation: Command Line Applications > CheckURL > Usage |
Command Line Parameters
checkurl /u <USER> /p <PASS> /checksum /checksums_clear /t <TEXT> /cs /lc /le /evt <OPTIONS>
Examples
Example 1: Log an error to the event log when the page http://www.eventsentry.com/support_knownproblems.php changes. checkurl /checksum /lc /le /evt "CHECKSUM_CHANGE=Error,CHECKSUM_EQUAL=Ignore" http://www.eventsentry.com/support_knownproblems.php
Example 2: Log a warning to the event log when the string "About Google" is not found in URL http://www.google.com and log results to the event log checkurl /t "About Google" /le /evt "TXT_FOUND=Information,TXT_NOTFOUND=Warning" http://www.google.com/
|