%Option — specify various not necessarily display related parameters
%Option [ ImmediateHTML KeepGroups BBLog StartOK ]
If arguments are prefixed with a '-' switch the option off, if prefixed with '+' switch it on. If no prefix is given '+' is assumed.
(default: off)
write HTML status files immediately on status receipt no matter if the status text has changed or not.
(default: off)
read saved grouping information on startup and whenever the configuration changes - do not lose dynamic group information
(default: on)
Log incoming status messages to www/logs/*.* files ("BB compatible logging")
(default: off)
When the display server receives the first status message for a new host/check, assume the status was green before. This has effects on alarming: If StartOK is off then no alarm will be generated if a newly added check already reports "down". If StartOK is on then the alarm generator will handle the status as if it had changed from green to the reported status.