Customization of Node.cgi
The node.cgi script can be customized by means of these
properties:
- DESCRIPTION
- This property must be attached to the node to be displayed. It consists of a string that is displayed in the Job Description section of the page. This property may go away because it is redundant with the job name field.
- FIRENOW_RESOURCES
- If this property is defined in object with VovId=1
(the VovTrace), it represents a resource expression for a job. This
property activates the "FireNow!" capability in
node.cgi. The
icons appears in the top right corner and if clicked, it causes the resources for the job to be replaced with
( @FIRENOW_RESOURCES@ ) OR ( @ORIGINAL_RESOURCES@ )
and the job is rescheduled at top priority. This assumes that there are taskers that offer the resource "@FIRENOW_RESOURCES@" A typical example of use of this property is% vovprop set 1 FIRENOW_RESOURCES "fireNow"
- NODE_CGI_OUTPUT_SUMMARY
- This property must be attached to the trace object (VovId=1). It consists of a space-separated list of glob expressions. If an output file matches the glob expression, it will be displayed in the page. (See also OUTPUT_SUMMARY below.)
- OUTPUT_SUMMARY
- This property must be attached to the node to be displayed. It consists of a space-separated list of glob expressions. If an output file matches the glob expression, it will be displayed in the page.