The Snare Central provides several layers of increasing flexibility. Although a majority of Snare Central customers will be fully comfortable with creating objectives in the user interface, there are also opportunities for advanced users to change the way that Snare reports data.
...
Note |
---|
PHP-based modules can be created or modified by customers who are familiar and comfortable with PHP programming in particular, and the UNIX operating system in general. It is HIGHLY recommended that only experienced users attempt this, as there is a risk that an error in your code may disrupt the normal presentation functionality of the Snare Central. |
Output modification modules can accomplish several tasks:
- Change the colour of an entire row, based on the content of the row.
- Change the colour of a particular field, based on the content of the field, or the content of a row element.
- Change the content of a field, based on the previous content of a field, or the content of a row element.
Info | ||
---|---|---|
| ||
|
Output modification modules should share the same name as the field, or Token, for which they are designed to modify, but in uppercase characters, and appended with ".php". So, for example, if you wished to create an output modification module for the 'USERNAME' field, you would create a file called 'USERNAME.php
'.
...