xalagu
xalagu
in codeigniter pre_controller methods modifying global $class $method variables can modify the route code in codeigniter\framework\system\core\CodeIgniter.php ``` $EXT->call_hook('pre_controller'); $BM->mark('controller_execution_time_( '.$class.' / '.$method.' )_start'); $CI = new $class(); ``` with this...
Hello, Please add to storage discovery triggers macros context variable, to set warning and critical level for every storage separate, if needed https://www.zabbix.com/documentation/3.4/manual/discovery/low_level_discovery 
- version: 0.14.3 - I try to set webhook alert and I got some errors. - In provider documentation missing an example to set webhook alerts ``` resource "sentry_plugin" "my_webhook"...