workgroup.ini, contains Workgroup Server definitions used by the
Status Monitor.
Syntax
protocol://address:port = {user_name},{password}
address
|
the host name or IP address of the server.
IP addresses are the form
N.N.N.N,
where N is a number from 0 to 255.
|
password
|
the password of the administrator.
|
port
|
the port number to use, a value from 1 to 65536.
8080 is the default port for Servertec Information Server.
80 is the default port for Web Servers.
|
protocol
|
the Web protocol to use, [http].
http is the default protocol for Servertec Information Server.
http is the default protocol for Web Servers.
|
user_name
|
the username of the administrator.
|
Notes
Workgroup Servers are used by the Status Monitor.
Additionally Username/Password should be kept private, with limited
disclosure and should be changed frequently.
Changes made to configuration files will not be used until the server is
restarted.
Example
HTTP://p2:8080 = admin,admin
HTTP://p3:80 = ,
|