scc-log.pl(1)



NAME


	scc-log - collect SCC-data, determine differences and convert to HTML

RELEASE


	scc-win	1.10.38

SYNOPSIS


	scc-log [ --comment <remark> ] [ --extra <mod> ] [ --timeout <duration> ] <name>

DESCRIPTION


	This program runs scc-collect.pl to collect SCC-data via WMI.
	It compares the resulting data with the previous snapshot and
	adds the differences to a logbook. Then the snapshot and the
	logbook are converted to HTML.

OPTIONS


	--comment <remark>      Comment for entry in logbook.
	--extra <mod>           Execute additional, user modules.
	--timeout <duration>    Max. seconds for processing. When this time
	                        is exceeded, the program aborts.

ARGUMENTS


	<name>          Collect data from system <name>.

DIAGNOSTICS


	This program writes the following message to stderr:

	Syntax error, use: scc-log [ --comment <remark> ] [ --extra <mod> ]
	                           [ --timeout <duration> ] <name>
	A syntax error was detected and reported.

RETURN VALUE


	Upon completion, the program returns one of the following values:

		0 successful completion
		1 syntax error

COPYRIGHT


	scc-log is free software under the terms of the GNU General Public 
	License. Copyright (C) 2006-2018 QNH, 2019 Siem Korteweg.

FILES


	tmp - directory for temporary files
	doc/style.css - template style-sheet, copied to data

SEE ALSO


	scc(1), scc-collect(1), scc-log(1), scc-log2html(1),
	scc-plugin(1), scc-snap2html(1), scc-win(4), scc-win(5)

VERSION


	$Revision: 6218 $