| 1 | # netdata configuration for ibm.d.plugin |
| 2 | # This plugin handles IBM ecosystem collectors that require CGO (AS/400, DB2, WebSphere) |
| 3 | |
| 4 | # Enable the plugin |
| 5 | # Set to 'no' to disable |
| 6 | enabled: yes |
| 7 | |
| 8 | # Default update frequency |
| 9 | # Can be overridden in individual collector configurations |
| 10 | update_every: 5 |
| 11 | |
| 12 | # Number of concurrent jobs |
| 13 | jobs: 1 |
| 14 | |
| 15 | # Log level (debug, info, notice, warning, error) |
| 16 | log_level: info |