User manual

© 2011 Racktivity NV 140/160
Antwerpsesteenweg 19 - 9080 Lochristi - Belgium - www.racktivity.com v 2014.5.14
The pagevalidator macro creates a table displaying the state of all links and macros
(broken/valid) found in a specific pages
Parameters
spaces: optional, comma separated list of all spaces that should be validated (spaces:*
means all spaces)
pages: optional, comma separated list of page names that has to be checked. if not specified
all pages are checked
showvalid: optional, if showvalid:false only invalid links/macros will be displayed if neither
"spaces" nor "pages" parameters are specified, default behavior is to check the current page
and all child pages recursively
Example
Assuming we want to show the invalid links/macros in the entire project
[[pagevalidator]]
spaces:*
showvalid:false
[[/pagevalidator]]
Assuming we want to show the all links/macros in the current page and its child pages
[[pagevalidator]] [[/pagevalidator]]
Assuming we want to show the invalid links/macros of any page called Home or rest that
is located in space API or space pylabs5
[[pagevalidator]]
spaces:Doc, Admin
showvalid:Home,rest
[[/pagevalidator]]
PDU Live Data Macro
The Pdu Live Data Macro allows you to view live data for a particular energy switch.
Parameters
This macro accepts the following parameters:
guid: energy switch global unique identifier
modules: the modules for which the aggregated data should be retrieved (i.e. P1, P2)
Example
[[pdulivedata:guid=1609008f-1006-49f4-b599-e3eeecfdebd2,
modules=P1]][[/pdulivedata]]
Sample