Menu

#6 Improvements - Add option to allow disable or enable a Database Connection

0.5.3
closed
None
2018-12-28
2016-11-19
No

Add option to be able to enable or disable a database server connection in config.properties

Example:

DB.DB1.Type=oracle
DB.DB1.Enabled=true  (true or false)
DB.DB1.Name=DBORCL
DB.DB1.Url=jdbc:oracle:thin:@orcl:1521:orcl
DB.DB1.User=zabbix
DB.DB1.Password=test

This will help us to easily enable or disable a host. I need it because on emergency situation (e.g performance issue) we can in fast way disable overhead caused by monitoring.

Discussion

  • Kiu (S. Daurer)

    Kiu (S. Daurer) - 2016-11-28
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,11 +1,12 @@
     Add option to be able to enable or disable  a database server connection in  config.properties
    
     Example:
    -DB.DB1.Type=oracle
    -DB.DB1.Enabled=true  (true or false)
    -DB.DB1.Name=DBORCL
    -DB.DB1.Url=jdbc:oracle:thin:@orcl:1521:orcl
    -DB.DB1.User=zabbix
    -DB.DB1.Password=test
    +
    +    DB.DB1.Type=oracle
    +    DB.DB1.Enabled=true  (true or false)
    +    DB.DB1.Name=DBORCL
    +    DB.DB1.Url=jdbc:oracle:thin:@orcl:1521:orcl
    +    DB.DB1.User=zabbix
    +    DB.DB1.Password=test
    
     This will help us to easily enable or disable a host. I need it because  on emergency situation (e.g performance issue) we can in fast way disable overhead caused by monitoring.
    
    • status: open --> accepted
     
  • Kiu (S. Daurer)

    Kiu (S. Daurer) - 2018-12-28
    • Milestone: 0.5.3 --> 0.5.4
     
  • Kiu (S. Daurer)

    Kiu (S. Daurer) - 2018-12-28
    • status: accepted --> closed
    • Milestone: 0.5.4 --> 0.5.3
     
  • Kiu (S. Daurer)

    Kiu (S. Daurer) - 2018-12-28

    Added to 0.5.3

     

Log in to post a comment.