scc-plugin.pl(1)
NAME
scc-plugin - template for new user modules
RELEASE
scc-win 1.10.38
SYNOPSIS
scc-plugin
DESCRIPTION
This program is a template for new user modules. Copy this file
to the scc_modules folder and assign the proper name in the
format: scc_9999_u_<name>. Where 9999 is a 4-digit number
indicating the order of execution and <name> describes the
data to be collected.
DIAGNOSTICS
This program writes the following message to stderr:
<prog>: WMI connection failed.
Unable to connect to WMI on the host. Check authorisation and
connectivity.
<prog>: unable to open <file>
Cannot open output file indicated by environment variable.
EXTERNAL INFLUENCES
The file to write data in, is indicated by the environment
variable: $ENV{ SCC_PLUGIN_DATA }
This variable is set by scc-collect.pl.
RETURN VALUE
Upon completion, the program returns one of the following values:
0 successful completion
COPYRIGHT
scc-plugin is free software under the terms of the GNU General Public
License. Copyright (C) 2006-2018 QNH, 2019 Siem Korteweg.
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 $