build_command_output_box (line 177)
function build_command_output_box()
creates html overlay for the command-line test output
string
build_command_output_box
()
build_hidden_overlay (line 64)
function build_hidden_overlay() builds a hidden overlay div and populates values based on parameters given
string
build_hidden_overlay
(string $type, string $optionValue, [bool $BA = false], [bool $tplOpts = false], [string $fieldArray = ''])
-
string
$type: nagios object type (host, service, command, etc)
-
string
$optionValue: the DB fieldname for that objects name (host_name, service_description, template_name)
-
bool
$BA: boolean switch, are there two-way relationships possible for this object (host->hostgroup, hostgroup->host)
-
bool
$tplOpts: boolean switch for showing template options
-
string
$fieldArray: optional specification for which select list to use
build_variable_box (line 198)
build_variable_box()
creates html overlay for the free-variable definition form
string
build_variable_box
()