mjaepel / ZbxWallboard

Wallboard with active triggers/problems of Zabbix Monitoring
19 stars 10 forks source link

config.php.example - syntax error #14

Closed pnlarsson closed 11 months ago

pnlarsson commented 11 months ago

Missing , and 'ENABLED' => true,

diff --git a/standalone/config.php.example b/standalone/config.php.example
index a1768f6..136f304 100644
--- a/standalone/config.php.example
+++ b/standalone/config.php.example
@@ -28,7 +28,8 @@ $CONFIG = array(
                                0 - means disabled
                                1 - means activated
                */
-               'BASIC_AUTH' => 0
+               'BASIC_AUTH' => 0,
+               'ENABLED' => true,
        ),

 //===================================================================== Icinga API credentials
@@ -137,7 +138,7 @@ $CONFIG = array(
                3       =>      'Average',
                4       =>      'High',
                5       =>      'Disaster'
-       )
+       ),

 //===================================================================== Icinga API search parameters
        /* 
mjaepel commented 11 months ago

Fixed in https://github.com/mjaepel/ZbxWallboard/commit/6d8c6bd514783466f689435fd55e55bd8218ca8c