Avail feature updated
[ninja.git] / application / config / checks.php
bloba98bea408d6a0f1fb4220def0e795ee4c9f32247
1 <?php defined('SYSPATH') OR die('No direct access allowed.');
3 /**
4 * Use this flag to change the default behaviour for how
5 * to view passive checks.
7 * By settings this flag to false, all passive checks will be treated
8 * as disabled in tactical overview.
10 * Please note that this value is cached as a session variable so
11 * you need to logout and login again for changes to take effect
13 $config['show_passive_as_active'] = true;