Difference between revisions of "Hsycomonitor"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
[[File:UI Object hsycomonitor.png]] | [[File:UI Object hsycomonitor.png]] | ||
− | == Parameters == | + | <include>==== Parameters ====</include> |
+ | <noinclude>== Parameters ==</noinclude> | ||
*'''server ID''': the ID of the server as specified in hsyco.ini | *'''server ID''': the ID of the server as specified in hsyco.ini | ||
*'''label''': the text label on the panel. Can contain HTML tags | *'''label''': the text label on the panel. Can contain HTML tags | ||
*'''position''': the object's position. Use the pixels or rows and columns coordinates format | *'''position''': the object's position. Use the pixels or rows and columns coordinates format | ||
− | == Syntax == | + | <include>==== Syntax ====</include> |
+ | <noinclude>== Syntax ==</noinclude> | ||
(hsycomonitor <server ID>; <label>; <position>) | (hsycomonitor <server ID>; <label>; <position>) | ||
E.g. | E.g. | ||
(hsycomonitor system; System; x10y20) | (hsycomonitor system; System; x10y20) |
Revision as of 10:10, 6 February 2014
A panel that monitors the system. These parameters are displayed:
- system boot time
- HSYCO start time
- disk free space
- memory in MBs: used, free, max
- CPU usage in %: busy, load 1m, load 5m
- faults: console, internet, cameras, I/O servers
- error messages
<include>==== Parameters ====</include>
Parameters
- server ID: the ID of the server as specified in hsyco.ini
- label: the text label on the panel. Can contain HTML tags
- position: the object's position. Use the pixels or rows and columns coordinates format
<include>==== Syntax ====</include>
Syntax
(hsycomonitor <server ID>; <label>; <position>)
E.g.
(hsycomonitor system; System; x10y20)