Foglight 6.3.0.5 and 7.1.4 introduce a new blackout type that allows disabling all alarms during a blackout.
The system:globalblackout
command is available from the Foglight command-line interface with the following options and arguments:
system:globalblackout -set -schedulename SCHEDULE_NAME
system:globalblackout -clear
system:globalblackout -show
The following example shows the global blackout set for the schedule named Always.
fglcmd -usr foglight -pwd foglight -cmd system:globalblackout -set -schedulename Always Global blackout schedule set to Always 30afa315-3131-48c2-b0e8-71fea187af4e fglcmd -usr foglight -pwd foglight -cmd system:globalblackout -show Global blackout schedule set to Always 30afa315-3131-48c2-b0e8-71fea187af4e fglcmd -usr foglight -pwd foglight -cmd system:globalblackout -clear Global blackout schedule is not set
Note: The command schedule:list
can be used to list the available schedules.
An API to manage global blackouts is available in Foglight Cloud.
To configure global blackouts using the API, please contact Quest Support.