Regenerate integrations.js (#16138)

This commit is contained in:
Netdata bot 2023-10-06 11:49:12 +03:00 committed by GitHub
parent ff3cbef2b5
commit bde15bbc48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
167 changed files with 1279 additions and 1428 deletions

View File

@ -113,9 +113,9 @@ The following collapsed table contains all the options that can be configured fo
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| ap_update_every | The data collection frequency. If unset, will inherit the netdata update frequency. | | False |
| ap_priority | Controls the order of charts at the netdata dashboard. | | False |
| ap_retries | The number of retries to do in case of failure before disabling the collector. | | False |
| ap_update_every | The data collection frequency. If unset, will inherit the netdata update frequency. | 1 | False |
| ap_priority | Controls the order of charts at the netdata dashboard. | 6900 | False |
| ap_retries | The number of retries to do in case of failure before disabling the collector. | 10 | False |
</details>

View File

@ -122,11 +122,11 @@ The following collapsed table contains all the options that can be configured fo
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| apcupsd_sources | This is an array of apcupsd sources. You can have multiple entries there. Please refer to the example below on how to set it. | | False |
| apcupsd_timeout | How long to wait for apcupsd to respond. | | False |
| apcupsd_update_every | The data collection frequency. If unset, will inherit the netdata update frequency. | | False |
| apcupsd_priority | The charts priority on the dashboard. | | False |
| apcupsd_retries | The number of retries to do in case of failure before disabling the collector. | | False |
| apcupsd_sources | This is an array of apcupsd sources. You can have multiple entries there. Please refer to the example below on how to set it. | 127.0.0.1:3551 | False |
| apcupsd_timeout | How long to wait for apcupsd to respond. | 3 | False |
| apcupsd_update_every | The data collection frequency. If unset, will inherit the netdata update frequency. | 1 | False |
| apcupsd_priority | The charts priority on the dashboard. | 90000 | False |
| apcupsd_retries | The number of retries to do in case of failure before disabling the collector. | 10 | False |
</details>

View File

@ -128,10 +128,10 @@ The following collapsed table contains all the options that can be configured fo
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| libreswan_update_every | The data collection frequency. If unset, will inherit the netdata update frequency. | | False |
| libreswan_priority | The charts priority on the dashboard | | False |
| libreswan_retries | The number of retries to do in case of failure before disabling the collector. | | False |
| libreswan_sudo | Whether to run `ipsec` with `sudo` or not. | | False |
| libreswan_update_every | The data collection frequency. If unset, will inherit the netdata update frequency. | 1 | False |
| libreswan_priority | The charts priority on the dashboard | 90000 | False |
| libreswan_retries | The number of retries to do in case of failure before disabling the collector. | 10 | False |
| libreswan_sudo | Whether to run `ipsec` with `sudo` or not. | 1 | False |
</details>

View File

@ -125,11 +125,11 @@ The following collapsed table contains all the options that can be configured fo
|:----|:-----------|:-------|:--------:|
| nut_ups | A space separated list of UPS names. If empty, the list returned by `upsc -l` will be used. | | False |
| nut_names | Each line represents an alias for one UPS. If empty, the FQDN will be used. | | False |
| nut_timeout | How long to wait for nut to respond. | | False |
| nut_clients_chart | Set this to 1 to enable another chart showing the number of UPS clients connected to `upsd`. | | False |
| nut_update_every | The data collection frequency. If unset, will inherit the netdata update frequency. | | False |
| nut_priority | The charts priority on the dashboard | | False |
| nut_retries | The number of retries to do in case of failure before disabling the collector. | | False |
| nut_timeout | How long to wait for nut to respond. | 2 | False |
| nut_clients_chart | Set this to 1 to enable another chart showing the number of UPS clients connected to `upsd`. | 1 | False |
| nut_update_every | The data collection frequency. If unset, will inherit the netdata update frequency. | 2 | False |
| nut_priority | The charts priority on the dashboard | 90000 | False |
| nut_retries | The number of retries to do in case of failure before disabling the collector. | 10 | False |
</details>

View File

@ -124,12 +124,12 @@ The following collapsed table contains all the options that can be configured fo
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| opensips_opts | Specify parameters to the `opensipsctl` command. If the default value fails to get global status, set here whatever options are needed to connect to the opensips server. | | False |
| opensips_opts | Specify parameters to the `opensipsctl` command. If the default value fails to get global status, set here whatever options are needed to connect to the opensips server. | fifo get_statistics all | False |
| opensips_cmd | If `opensipsctl` is not in $PATH, specify it's full path here. | | False |
| opensips_timeout | How long to wait for `opensipsctl` to respond. | | False |
| opensips_update_every | The data collection frequency. If unset, will inherit the netdata update frequency. | | False |
| opensips_priority | The charts priority on the dashboard. | | False |
| opensips_retries | The number of retries to do in case of failure before disabling the collector. | | False |
| opensips_timeout | How long to wait for `opensipsctl` to respond. | 2 | False |
| opensips_update_every | The data collection frequency. If unset, will inherit the netdata update frequency. | 5 | False |
| opensips_priority | The charts priority on the dashboard. | 80000 | False |
| opensips_retries | The number of retries to do in case of failure before disabling the collector. | 10 | False |
</details>

View File

@ -126,12 +126,12 @@ The following collapsed table contains all the options that can be configured fo
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| sensors_sys_dir | The directory the kernel exposes sensor data. | | False |
| sensors_sys_depth | How deep in the tree to check for sensor data. | | False |
| sensors_source_update | If set to 1, the script will overwrite internal script functions with code generated ones. | | False |
| sensors_update_every | The data collection frequency. If unset, will inherit the netdata update frequency. | | False |
| sensors_priority | The charts priority on the dashboard. | | False |
| sensors_retries | The number of retries to do in case of failure before disabling the collector. | | False |
| sensors_sys_dir | The directory the kernel exposes sensor data. | /sys/devices | False |
| sensors_sys_depth | How deep in the tree to check for sensor data. | 10 | False |
| sensors_source_update | If set to 1, the script will overwrite internal script functions with code generated ones. | 1 | False |
| sensors_update_every | The data collection frequency. If unset, will inherit the netdata update frequency. | 1 | False |
| sensors_priority | The charts priority on the dashboard. | 90000 | False |
| sensors_retries | The number of retries to do in case of failure before disabling the collector. | 10 | False |
</details>

View File

@ -102,13 +102,13 @@ Configuration for this specific integration is located in the `[plugin:cups]` se
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -125,7 +125,7 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update every | Data collection frequency. | | False |
| update every | Data collection frequency. | 1 | False |
| command options | Additional parameters for the collector | | False |
</details>

View File

@ -99,13 +99,13 @@ Configuration for this specific integration is located in the `[plugin:debugfs]`
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -122,7 +122,7 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update every | Data collection frequency. | | False |
| update every | Data collection frequency. | 1 | False |
| command options | Additinal parameters for collector | | False |
</details>

View File

@ -93,13 +93,13 @@ Configuration for this specific integration is located in the `[plugin:debugfs]`
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -116,7 +116,7 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update every | Data collection frequency. | | False |
| update every | Data collection frequency. | 1 | False |
| command options | Additinal parameters for collector | | False |
</details>

View File

@ -97,13 +97,13 @@ Configuration for this specific integration is located in the `[plugin:debugfs]`
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -120,7 +120,7 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update every | Data collection frequency. | | False |
| update every | Data collection frequency. | 1 | False |
| command options | Additinal parameters for collector | | False |
</details>

View File

@ -95,13 +95,13 @@ Configuration for this specific integration is located in the `[plugin:proc:disk
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -118,14 +118,14 @@ You can also specify per mount point `[plugin:proc:diskspace:mountpoint]`
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update every | Data collection frequency. | | False |
| remove charts of unmounted disks | Remove chart when a device is unmounted on host. | | False |
| check for new mount points every | Parse proc files frequency. | | False |
| exclude space metrics on paths | Do not show metrics (charts) for listed paths. This option accepts netdata simple pattern. | | False |
| exclude space metrics on filesystems | Do not show metrics (charts) for listed filesystems. This option accepts netdata simple pattern. | | False |
| exclude inode metrics on filesystems | Do not show metrics (charts) for listed filesystems. This option accepts netdata simple pattern. | | False |
| space usage for all disks | Define if plugin will show metrics for space usage. When value is set to `auto` plugin will try to access information to display if filesystem or path was not discarded with previous option. | | False |
| inodes usage for all disks | Define if plugin will show metrics for inode usage. When value is set to `auto` plugin will try to access information to display if filesystem or path was not discarded with previous option. | | False |
| update every | Data collection frequency. | 1 | False |
| remove charts of unmounted disks | Remove chart when a device is unmounted on host. | yes | False |
| check for new mount points every | Parse proc files frequency. | 15 | False |
| exclude space metrics on paths | Do not show metrics (charts) for listed paths. This option accepts netdata simple pattern. | /proc/* /sys/* /var/run/user/* /run/user/* /snap/* /var/lib/docker/* | False |
| exclude space metrics on filesystems | Do not show metrics (charts) for listed filesystems. This option accepts netdata simple pattern. | *gvfs *gluster* *s3fs *ipfs *davfs2 *httpfs *sshfs *gdfs *moosefs fusectl autofs | False |
| exclude inode metrics on filesystems | Do not show metrics (charts) for listed filesystems. This option accepts netdata simple pattern. | msdosfs msdos vfat overlayfs aufs* *unionfs | False |
| space usage for all disks | Define if plugin will show metrics for space usage. When value is set to `auto` plugin will try to access information to display if filesystem or path was not discarded with previous option. | auto | False |
| inodes usage for all disks | Define if plugin will show metrics for inode usage. When value is set to `auto` plugin will try to access information to display if filesystem or path was not discarded with previous option. | auto | False |
</details>

View File

@ -152,15 +152,15 @@ All options are defined inside section `[global]`.
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update every | Data collection frequency. | | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | | False |
| apps | Enable or disable integration with apps.plugin | | False |
| cgroups | Enable or disable integration with cgroup.plugin | | False |
| pid table size | Number of elements stored inside hash tables used to monitor calls per PID. | | False |
| ebpf type format | Define the file type to load an eBPF program. Three options are available: `legacy` (Attach only `kprobe`), `co-re` (Plugin tries to use `trampoline` when available), and `auto` (plugin check OS configuration before to load). | | False |
| ebpf co-re tracing | Select the attach method used by plugin when `co-re` is defined in previous option. Two options are available: `trampoline` (Option with lowest overhead), and `probe` (the same of legacy code). | | False |
| maps per core | Define how plugin will load their hash maps. When enabled (`yes`) plugin will load one hash table per core, instead to have centralized information. | | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | | False |
| update every | Data collection frequency. | 5 | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | entry | False |
| apps | Enable or disable integration with apps.plugin | no | False |
| cgroups | Enable or disable integration with cgroup.plugin | no | False |
| pid table size | Number of elements stored inside hash tables used to monitor calls per PID. | 32768 | False |
| ebpf type format | Define the file type to load an eBPF program. Three options are available: `legacy` (Attach only `kprobe`), `co-re` (Plugin tries to use `trampoline` when available), and `auto` (plugin check OS configuration before to load). | auto | False |
| ebpf co-re tracing | Select the attach method used by plugin when `co-re` is defined in previous option. Two options are available: `trampoline` (Option with lowest overhead), and `probe` (the same of legacy code). | trampoline | False |
| maps per core | Define how plugin will load their hash maps. When enabled (`yes`) plugin will load one hash table per core, instead to have centralized information. | yes | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | 300 | False |
</details>

View File

@ -150,15 +150,15 @@ All options are defined inside section `[global]`.
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update every | Data collection frequency. | | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | | False |
| apps | Enable or disable integration with apps.plugin | | False |
| cgroups | Enable or disable integration with cgroup.plugin | | False |
| pid table size | Number of elements stored inside hash tables used to monitor calls per PID. | | False |
| ebpf type format | Define the file type to load an eBPF program. Three options are available: `legacy` (Attach only `kprobe`), `co-re` (Plugin tries to use `trampoline` when available), and `auto` (plugin check OS configuration before to load). | | False |
| ebpf co-re tracing | Select the attach method used by plugin when `co-re` is defined in previous option. Two options are available: `trampoline` (Option with lowest overhead), and `probe` (the same of legacy code). | | False |
| maps per core | Define how plugin will load their hash maps. When enabled (`yes`) plugin will load one hash table per core, instead to have centralized information. | | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | | False |
| update every | Data collection frequency. | 5 | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | entry | False |
| apps | Enable or disable integration with apps.plugin | no | False |
| cgroups | Enable or disable integration with cgroup.plugin | no | False |
| pid table size | Number of elements stored inside hash tables used to monitor calls per PID. | 32768 | False |
| ebpf type format | Define the file type to load an eBPF program. Three options are available: `legacy` (Attach only `kprobe`), `co-re` (Plugin tries to use `trampoline` when available), and `auto` (plugin check OS configuration before to load). | auto | False |
| ebpf co-re tracing | Select the attach method used by plugin when `co-re` is defined in previous option. Two options are available: `trampoline` (Option with lowest overhead), and `probe` (the same of legacy code). | trampoline | False |
| maps per core | Define how plugin will load their hash maps. When enabled (`yes`) plugin will load one hash table per core, instead to have centralized information. | yes | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | 300 | False |
</details>

View File

@ -120,9 +120,9 @@ All options are defined inside section `[global]`.
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update every | Data collection frequency. | | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | | False |
| update every | Data collection frequency. | 5 | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | entry | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | 300 | False |
</details>

View File

@ -150,15 +150,15 @@ All options are defined inside section `[global]`.
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update every | Data collection frequency. | | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | | False |
| apps | Enable or disable integration with apps.plugin | | False |
| cgroups | Enable or disable integration with cgroup.plugin | | False |
| pid table size | Number of elements stored inside hash tables used to monitor calls per PID. | | False |
| ebpf type format | Define the file type to load an eBPF program. Three options are available: `legacy` (Attach only `kprobe`), `co-re` (Plugin tries to use `trampoline` when available), and `auto` (plugin check OS configuration before to load). | | False |
| ebpf co-re tracing | Select the attach method used by plugin when `co-re` is defined in previous option. Two options are available: `trampoline` (Option with lowest overhead), and `probe` (the same of legacy code). | | False |
| maps per core | Define how plugin will load their hash maps. When enabled (`yes`) plugin will load one hash table per core, instead to have centralized information. | | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | | False |
| update every | Data collection frequency. | 5 | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | entry | False |
| apps | Enable or disable integration with apps.plugin | no | False |
| cgroups | Enable or disable integration with cgroup.plugin | no | False |
| pid table size | Number of elements stored inside hash tables used to monitor calls per PID. | 32768 | False |
| ebpf type format | Define the file type to load an eBPF program. Three options are available: `legacy` (Attach only `kprobe`), `co-re` (Plugin tries to use `trampoline` when available), and `auto` (plugin check OS configuration before to load). | auto | False |
| ebpf co-re tracing | Select the attach method used by plugin when `co-re` is defined in previous option. Two options are available: `trampoline` (Option with lowest overhead), and `probe` (the same of legacy code). | trampoline | False |
| maps per core | Define how plugin will load their hash maps. When enabled (`yes`) plugin will load one hash table per core, instead to have centralized information. | yes | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | 300 | False |
</details>

View File

@ -141,14 +141,14 @@ This configuration file have two different sections. The `[global]` overwrites d
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update every | Data collection frequency. | | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | | False |
| btrfsdist | Enable or disable latency monitoring for functions associated with btrfs filesystem. | | False |
| ext4dist | Enable or disable latency monitoring for functions associated with ext4 filesystem. | | False |
| nfsdist | Enable or disable latency monitoring for functions associated with nfs filesystem. | | False |
| xfsdist | Enable or disable latency monitoring for functions associated with xfs filesystem. | | False |
| zfsdist | Enable or disable latency monitoring for functions associated with zfs filesystem. | | False |
| update every | Data collection frequency. | 5 | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | entry | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | 300 | False |
| btrfsdist | Enable or disable latency monitoring for functions associated with btrfs filesystem. | yes | False |
| ext4dist | Enable or disable latency monitoring for functions associated with ext4 filesystem. | yes | False |
| nfsdist | Enable or disable latency monitoring for functions associated with nfs filesystem. | yes | False |
| xfsdist | Enable or disable latency monitoring for functions associated with xfs filesystem. | yes | False |
| zfsdist | Enable or disable latency monitoring for functions associated with zfs filesystem. | yes | False |
</details>

View File

@ -120,9 +120,9 @@ All options are defined inside section `[global]`.
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update every | Data collection frequency. | | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | | False |
| update every | Data collection frequency. | 5 | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | entry | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | 300 | False |
</details>

View File

@ -115,9 +115,9 @@ All options are defined inside section `[global]`.
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update every | Data collection frequency. | | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | | False |
| update every | Data collection frequency. | 5 | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | entry | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | 300 | False |
</details>

View File

@ -121,11 +121,11 @@ All options are defined inside section `[global]`.
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update every | Data collection frequency. | | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | | False |
| ebpf type format | Define the file type to load an eBPF program. Three options are available: `legacy` (Attach only `kprobe`), `co-re` (Plugin tries to use `trampoline` when available), and `auto` (plugin check OS configuration before to load). | | False |
| ebpf co-re tracing | Select the attach method used by plugin when `co-re` is defined in previous option. Two options are available: `trampoline` (Option with lowest overhead), and `probe` (the same of legacy code). | | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | | False |
| update every | Data collection frequency. | 5 | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | entry | False |
| ebpf type format | Define the file type to load an eBPF program. Three options are available: `legacy` (Attach only `kprobe`), `co-re` (Plugin tries to use `trampoline` when available), and `auto` (plugin check OS configuration before to load). | auto | False |
| ebpf co-re tracing | Select the attach method used by plugin when `co-re` is defined in previous option. Two options are available: `trampoline` (Option with lowest overhead), and `probe` (the same of legacy code). | trampoline | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | 300 | False |
</details>

View File

@ -160,15 +160,15 @@ All options are defined inside section `[global]`.
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update every | Data collection frequency. | | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | | False |
| apps | Enable or disable integration with apps.plugin | | False |
| cgroups | Enable or disable integration with cgroup.plugin | | False |
| pid table size | Number of elements stored inside hash tables used to monitor calls per PID. | | False |
| ebpf type format | Define the file type to load an eBPF program. Three options are available: `legacy` (Attach only `kprobe`), `co-re` (Plugin tries to use `trampoline` when available), and `auto` (plugin check OS configuration before to load). | | False |
| ebpf co-re tracing | Select the attach method used by plugin when `co-re` is defined in previous option. Two options are available: `trampoline` (Option with lowest overhead), and `probe` (the same of legacy code). This plugin will always try to attach a tracepoint, so option here will impact only function used to monitor task (thread and process) creation. | | False |
| maps per core | Define how plugin will load their hash maps. When enabled (`yes`) plugin will load one hash table per core, instead to have centralized information. | | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | | False |
| update every | Data collection frequency. | 5 | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | entry | False |
| apps | Enable or disable integration with apps.plugin | no | False |
| cgroups | Enable or disable integration with cgroup.plugin | no | False |
| pid table size | Number of elements stored inside hash tables used to monitor calls per PID. | 32768 | False |
| ebpf type format | Define the file type to load an eBPF program. Three options are available: `legacy` (Attach only `kprobe`), `co-re` (Plugin tries to use `trampoline` when available), and `auto` (plugin check OS configuration before to load). | auto | False |
| ebpf co-re tracing | Select the attach method used by plugin when `co-re` is defined in previous option. Two options are available: `trampoline` (Option with lowest overhead), and `probe` (the same of legacy code). This plugin will always try to attach a tracepoint, so option here will impact only function used to monitor task (thread and process) creation. | trampoline | False |
| maps per core | Define how plugin will load their hash maps. When enabled (`yes`) plugin will load one hash table per core, instead to have centralized information. | yes | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | 300 | False |
</details>

View File

@ -154,19 +154,19 @@ This configuration file have two different sections. The `[global]` overwrites a
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update every | Data collection frequency. | | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | | False |
| apps | Enable or disable integration with apps.plugin | | False |
| cgroups | Enable or disable integration with cgroup.plugin | | False |
| pid table size | Number of elements stored inside hash tables used to monitor calls per PID. | | False |
| ebpf type format | Define the file type to load an eBPF program. Three options are available: `legacy` (Attach only `kprobe`), `co-re` (Plugin tries to use `trampoline` when available), and `auto` (plugin check OS configuration before to load). | | False |
| ebpf co-re tracing | Select the attach method used by plugin when `co-re` is defined in previous option. Two options are available: `trampoline` (Option with lowest overhead), and `probe` (the same of legacy code). | | False |
| maps per core | Define how plugin will load their hash maps. When enabled (`yes`) plugin will load one hash table per core, instead to have centralized information. | | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | | False |
| shmget | Enable or disable monitoring for syscall `shmget` | | False |
| shmat | Enable or disable monitoring for syscall `shmat` | | False |
| shmdt | Enable or disable monitoring for syscall `shmdt` | | False |
| shmctl | Enable or disable monitoring for syscall `shmctl` | | False |
| update every | Data collection frequency. | 5 | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | entry | False |
| apps | Enable or disable integration with apps.plugin | no | False |
| cgroups | Enable or disable integration with cgroup.plugin | no | False |
| pid table size | Number of elements stored inside hash tables used to monitor calls per PID. | 32768 | False |
| ebpf type format | Define the file type to load an eBPF program. Three options are available: `legacy` (Attach only `kprobe`), `co-re` (Plugin tries to use `trampoline` when available), and `auto` (plugin check OS configuration before to load). | auto | False |
| ebpf co-re tracing | Select the attach method used by plugin when `co-re` is defined in previous option. Two options are available: `trampoline` (Option with lowest overhead), and `probe` (the same of legacy code). | trampoline | False |
| maps per core | Define how plugin will load their hash maps. When enabled (`yes`) plugin will load one hash table per core, instead to have centralized information. | yes | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | 300 | False |
| shmget | Enable or disable monitoring for syscall `shmget` | yes | False |
| shmat | Enable or disable monitoring for syscall `shmat` | yes | False |
| shmdt | Enable or disable monitoring for syscall `shmdt` | yes | False |
| shmctl | Enable or disable monitoring for syscall `shmctl` | yes | False |
</details>

View File

@ -172,18 +172,18 @@ All options are defined inside section `[global]`. Options inside `network conne
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update every | Data collection frequency. | | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | | False |
| apps | Enable or disable integration with apps.plugin | | False |
| cgroups | Enable or disable integration with cgroup.plugin | | False |
| bandwidth table size | Number of elements stored inside hash tables used to monitor calls per PID. | | False |
| ipv4 connection table size | Number of elements stored inside hash tables used to monitor calls per IPV4 connections. | | False |
| ipv6 connection table size | Number of elements stored inside hash tables used to monitor calls per IPV6 connections. | | False |
| udp connection table size | Number of temporary elements stored inside hash tables used to monitor UDP connections. | | False |
| ebpf type format | Define the file type to load an eBPF program. Three options are available: `legacy` (Attach only `kprobe`), `co-re` (Plugin tries to use `trampoline` when available), and `auto` (plugin check OS configuration before to load). | | False |
| ebpf co-re tracing | Select the attach method used by plugin when `co-re` is defined in previous option. Two options are available: `trampoline` (Option with lowest overhead), and `probe` (the same of legacy code). | | False |
| maps per core | Define how plugin will load their hash maps. When enabled (`yes`) plugin will load one hash table per core, instead to have centralized information. | | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | | False |
| update every | Data collection frequency. | 5 | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | entry | False |
| apps | Enable or disable integration with apps.plugin | no | False |
| cgroups | Enable or disable integration with cgroup.plugin | no | False |
| bandwidth table size | Number of elements stored inside hash tables used to monitor calls per PID. | 16384 | False |
| ipv4 connection table size | Number of elements stored inside hash tables used to monitor calls per IPV4 connections. | 16384 | False |
| ipv6 connection table size | Number of elements stored inside hash tables used to monitor calls per IPV6 connections. | 16384 | False |
| udp connection table size | Number of temporary elements stored inside hash tables used to monitor UDP connections. | 4096 | False |
| ebpf type format | Define the file type to load an eBPF program. Three options are available: `legacy` (Attach only `kprobe`), `co-re` (Plugin tries to use `trampoline` when available), and `auto` (plugin check OS configuration before to load). | auto | False |
| ebpf co-re tracing | Select the attach method used by plugin when `co-re` is defined in previous option. Two options are available: `trampoline` (Option with lowest overhead), and `probe` (the same of legacy code). | trampoline | False |
| maps per core | Define how plugin will load their hash maps. When enabled (`yes`) plugin will load one hash table per core, instead to have centralized information. | yes | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | 300 | False |
</details>

View File

@ -120,9 +120,9 @@ All options are defined inside section `[global]`.
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update every | Data collection frequency. | | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | | False |
| update every | Data collection frequency. | 5 | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | entry | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | 300 | False |
</details>

View File

@ -143,15 +143,15 @@ All options are defined inside section `[global]`.
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update every | Data collection frequency. | | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | | False |
| apps | Enable or disable integration with apps.plugin | | False |
| cgroups | Enable or disable integration with cgroup.plugin | | False |
| pid table size | Number of elements stored inside hash tables used to monitor calls per PID. | | False |
| ebpf type format | Define the file type to load an eBPF program. Three options are available: `legacy` (Attach only `kprobe`), `co-re` (Plugin tries to use `trampoline` when available), and `auto` (plugin check OS configuration before to load). | | False |
| ebpf co-re tracing | Select the attach method used by plugin when `co-re` is defined in previous option. Two options are available: `trampoline` (Option with lowest overhead), and `probe` (the same of legacy code). | | False |
| maps per core | Define how plugin will load their hash maps. When enabled (`yes`) plugin will load one hash table per core, instead to have centralized information. | | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | | False |
| update every | Data collection frequency. | 5 | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | entry | False |
| apps | Enable or disable integration with apps.plugin | no | False |
| cgroups | Enable or disable integration with cgroup.plugin | no | False |
| pid table size | Number of elements stored inside hash tables used to monitor calls per PID. | 32768 | False |
| ebpf type format | Define the file type to load an eBPF program. Three options are available: `legacy` (Attach only `kprobe`), `co-re` (Plugin tries to use `trampoline` when available), and `auto` (plugin check OS configuration before to load). | auto | False |
| ebpf co-re tracing | Select the attach method used by plugin when `co-re` is defined in previous option. Two options are available: `trampoline` (Option with lowest overhead), and `probe` (the same of legacy code). | trampoline | False |
| maps per core | Define how plugin will load their hash maps. When enabled (`yes`) plugin will load one hash table per core, instead to have centralized information. | yes | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | 300 | False |
</details>

View File

@ -128,21 +128,21 @@ This configuration file have two different sections. The `[global]` overwrites a
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update every | Data collection frequency. | | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | | False |
| apps | Enable or disable integration with apps.plugin | | False |
| cgroups | Enable or disable integration with cgroup.plugin | | False |
| pid table size | Number of elements stored inside hash tables used to monitor calls per PID. | | False |
| ebpf type format | Define the file type to load an eBPF program. Three options are available: `legacy` (Attach only `kprobe`), `co-re` (Plugin tries to use `trampoline` when available), and `auto` (plugin check OS configuration before to load). | | False |
| ebpf co-re tracing | Select the attach method used by plugin when `co-re` is defined in previous option. Two options are available: `trampoline` (Option with lowest overhead), and `probe` (the same of legacy code). | | False |
| maps per core | Define how plugin will load their hash maps. When enabled (`yes`) plugin will load one hash table per core, instead to have centralized information. | | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | | False |
| sync | Enable or disable monitoring for syscall `sync` | | False |
| msync | Enable or disable monitoring for syscall `msync` | | False |
| fsync | Enable or disable monitoring for syscall `fsync` | | False |
| fdatasync | Enable or disable monitoring for syscall `fdatasync` | | False |
| syncfs | Enable or disable monitoring for syscall `syncfs` | | False |
| sync_file_range | Enable or disable monitoring for syscall `sync_file_range` | | False |
| update every | Data collection frequency. | 5 | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | entry | False |
| apps | Enable or disable integration with apps.plugin | no | False |
| cgroups | Enable or disable integration with cgroup.plugin | no | False |
| pid table size | Number of elements stored inside hash tables used to monitor calls per PID. | 32768 | False |
| ebpf type format | Define the file type to load an eBPF program. Three options are available: `legacy` (Attach only `kprobe`), `co-re` (Plugin tries to use `trampoline` when available), and `auto` (plugin check OS configuration before to load). | auto | False |
| ebpf co-re tracing | Select the attach method used by plugin when `co-re` is defined in previous option. Two options are available: `trampoline` (Option with lowest overhead), and `probe` (the same of legacy code). | trampoline | False |
| maps per core | Define how plugin will load their hash maps. When enabled (`yes`) plugin will load one hash table per core, instead to have centralized information. | yes | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | 300 | False |
| sync | Enable or disable monitoring for syscall `sync` | yes | False |
| msync | Enable or disable monitoring for syscall `msync` | yes | False |
| fsync | Enable or disable monitoring for syscall `fsync` | yes | False |
| fdatasync | Enable or disable monitoring for syscall `fdatasync` | yes | False |
| syncfs | Enable or disable monitoring for syscall `syncfs` | yes | False |
| sync_file_range | Enable or disable monitoring for syscall `sync_file_range` | yes | False |
</details>

View File

@ -185,15 +185,15 @@ All options are defined inside section `[global]`.
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update every | Data collection frequency. | | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | | False |
| apps | Enable or disable integration with apps.plugin | | False |
| cgroups | Enable or disable integration with cgroup.plugin | | False |
| pid table size | Number of elements stored inside hash tables used to monitor calls per PID. | | False |
| ebpf type format | Define the file type to load an eBPF program. Three options are available: `legacy` (Attach only `kprobe`), `co-re` (Plugin tries to use `trampoline` when available), and `auto` (plugin check OS configuration before to load). | | False |
| ebpf co-re tracing | Select the attach method used by plugin when `co-re` is defined in previous option. Two options are available: `trampoline` (Option with lowest overhead), and `probe` (the same of legacy code). | | False |
| maps per core | Define how plugin will load their hash maps. When enabled (`yes`) plugin will load one hash table per core, instead to have centralized information. | | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | | False |
| update every | Data collection frequency. | 5 | False |
| ebpf load mode | Define whether plugin will monitor the call (`entry`) for the functions or it will also monitor the return (`return`). | entry | False |
| apps | Enable or disable integration with apps.plugin | no | False |
| cgroups | Enable or disable integration with cgroup.plugin | no | False |
| pid table size | Number of elements stored inside hash tables used to monitor calls per PID. | 32768 | False |
| ebpf type format | Define the file type to load an eBPF program. Three options are available: `legacy` (Attach only `kprobe`), `co-re` (Plugin tries to use `trampoline` when available), and `auto` (plugin check OS configuration before to load). | auto | False |
| ebpf co-re tracing | Select the attach method used by plugin when `co-re` is defined in previous option. Two options are available: `trampoline` (Option with lowest overhead), and `probe` (the same of legacy code). | trampoline | False |
| maps per core | Define how plugin will load their hash maps. When enabled (`yes`) plugin will load one hash table per core, instead to have centralized information. | yes | False |
| lifetime | Set default lifetime for thread when enabled by cloud. | 300 | False |
</details>

View File

@ -96,7 +96,7 @@ sudo ./edit-config Config options
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| dev.cpu.0.freq | Enable or disable CPU Scaling frequency metric. | | False |
| dev.cpu.0.freq | Enable or disable CPU Scaling frequency metric. | yes | False |
</details>

View File

@ -82,13 +82,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd]`
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -105,7 +105,7 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| dev.cpu.temperature | Enable or disable CPU temperature metric. | | False |
| dev.cpu.temperature | Enable or disable CPU temperature metric. | yes | False |
</details>

View File

@ -106,13 +106,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd:k
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -129,17 +129,17 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| enable new disks detected at runtime | Enable or disable possibility to detect new disks. | | False |
| performance metrics for pass devices | Enable or disable metrics for disks with type `PASS`. | | False |
| total bandwidth for all disks | Enable or disable total bandwidth metric for all disks. | | False |
| bandwidth for all disks | Enable or disable bandwidth for all disks metric. | | False |
| operations for all disks | Enable or disable operations for all disks metric. | | False |
| queued operations for all disks | Enable or disable queued operations for all disks metric. | | False |
| utilization percentage for all disks | Enable or disable utilization percentage for all disks metric. | | False |
| i/o time for all disks | Enable or disable I/O time for all disks metric. | | False |
| average completed i/o time for all disks | Enable or disable average completed I/O time for all disks metric. | | False |
| average completed i/o bandwidth for all disks | Enable or disable average completed I/O bandwidth for all disks metric. | | False |
| average service time for all disks | Enable or disable average service time for all disks metric. | | False |
| enable new disks detected at runtime | Enable or disable possibility to detect new disks. | auto | False |
| performance metrics for pass devices | Enable or disable metrics for disks with type `PASS`. | auto | False |
| total bandwidth for all disks | Enable or disable total bandwidth metric for all disks. | yes | False |
| bandwidth for all disks | Enable or disable bandwidth for all disks metric. | auto | False |
| operations for all disks | Enable or disable operations for all disks metric. | auto | False |
| queued operations for all disks | Enable or disable queued operations for all disks metric. | auto | False |
| utilization percentage for all disks | Enable or disable utilization percentage for all disks metric. | auto | False |
| i/o time for all disks | Enable or disable I/O time for all disks metric. | auto | False |
| average completed i/o time for all disks | Enable or disable average completed I/O time for all disks metric. | auto | False |
| average completed i/o bandwidth for all disks | Enable or disable average completed I/O bandwidth for all disks metric. | auto | False |
| average service time for all disks | Enable or disable average service time for all disks metric. | auto | False |
| disable by default disks matching | Do not create charts for disks listed. | | False |
</details>

View File

@ -118,13 +118,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd:g
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -141,18 +141,18 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| enable new interfaces detected at runtime | Enable or disable possibility to discover new interface after plugin starts. | | False |
| total bandwidth for physical interfaces | Enable or disable total bandwidth for physical interfaces metric. | | False |
| total packets for physical interfaces | Enable or disable total packets for physical interfaces metric. | | False |
| total bandwidth for ipv4 interface | Enable or disable total bandwidth for IPv4 interface metric. | | False |
| total bandwidth for ipv6 interfaces | Enable or disable total bandwidth for ipv6 interfaces metric. | | False |
| bandwidth for all interfaces | Enable or disable bandwidth for all interfaces metric. | | False |
| packets for all interfaces | Enable or disable packets for all interfaces metric. | | False |
| errors for all interfaces | Enable or disable errors for all interfaces metric. | | False |
| drops for all interfaces | Enable or disable drops for all interfaces metric. | | False |
| collisions for all interface | Enable or disable collisions for all interface metric. | | False |
| disable by default interfaces matching | Do not display data for intterfaces listed. | | False |
| set physical interfaces for system.net | Do not show network traffic for listed interfaces. | | False |
| enable new interfaces detected at runtime | Enable or disable possibility to discover new interface after plugin starts. | auto | False |
| total bandwidth for physical interfaces | Enable or disable total bandwidth for physical interfaces metric. | auto | False |
| total packets for physical interfaces | Enable or disable total packets for physical interfaces metric. | auto | False |
| total bandwidth for ipv4 interface | Enable or disable total bandwidth for IPv4 interface metric. | auto | False |
| total bandwidth for ipv6 interfaces | Enable or disable total bandwidth for ipv6 interfaces metric. | auto | False |
| bandwidth for all interfaces | Enable or disable bandwidth for all interfaces metric. | auto | False |
| packets for all interfaces | Enable or disable packets for all interfaces metric. | auto | False |
| errors for all interfaces | Enable or disable errors for all interfaces metric. | auto | False |
| drops for all interfaces | Enable or disable drops for all interfaces metric. | auto | False |
| collisions for all interface | Enable or disable collisions for all interface metric. | auto | False |
| disable by default interfaces matching | Do not display data for intterfaces listed. | lo* | False |
| set physical interfaces for system.net | Do not show network traffic for listed interfaces. | igb* ix* cxl* em* ixl* ixlv* bge* ixgbe* vtnet* vmx* re* igc* dwc* | False |
</details>

View File

@ -89,13 +89,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd:g
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -112,11 +112,11 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| enable new mount points detected at runtime | Cheeck new mount points during runtime. | | False |
| space usage for all disks | Enable or disable space usage for all disks metric. | | False |
| inodes usage for all disks | Enable or disable inodes usage for all disks metric. | | False |
| exclude space metrics on paths | Do not show metrics for listed paths. | | False |
| exclude space metrics on filesystems | Do not monitor listed filesystems. | | False |
| enable new mount points detected at runtime | Cheeck new mount points during runtime. | auto | False |
| space usage for all disks | Enable or disable space usage for all disks metric. | auto | False |
| inodes usage for all disks | Enable or disable inodes usage for all disks metric. | auto | False |
| exclude space metrics on paths | Do not show metrics for listed paths. | /proc/* | False |
| exclude space metrics on filesystems | Do not monitor listed filesystems. | autofs procfs subfs devfs none | False |
</details>

View File

@ -83,13 +83,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd]`
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -106,7 +106,7 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| hw.intrcnt | Enable or disable Interrupts metric. | | False |
| hw.intrcnt | Enable or disable Interrupts metric. | yes | False |
</details>

View File

@ -86,13 +86,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd:i
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -109,9 +109,9 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| counters for static rules | Enable or disable counters for static rules metric. | | False |
| number of dynamic rules | Enable or disable number of dynamic rules metric. | | False |
| allocated memory | Enable or disable allocated memory metric. | | False |
| counters for static rules | Enable or disable counters for static rules metric. | yes | False |
| number of dynamic rules | Enable or disable number of dynamic rules metric. | yes | False |
| allocated memory | Enable or disable allocated memory metric. | yes | False |
</details>

View File

@ -101,13 +101,13 @@ The configuration file name for this integration is `netdata.conf`.
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -124,7 +124,7 @@ The netdata main configuration file.
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| kern.cp_time | Enable or disable Total CPU usage. | | False |
| kern.cp_time | Enable or disable Total CPU usage. | yes | False |
</details>

View File

@ -84,13 +84,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd]`
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -107,7 +107,7 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| kern.ipc.msq | Enable or disable IPC message queue metric. | | False |
| kern.ipc.msq | Enable or disable IPC message queue metric. | yes | False |
</details>

View File

@ -89,13 +89,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd]`
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -112,7 +112,7 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| kern.ipc.sem | Enable or disable semaphore metrics. | | False |
| kern.ipc.sem | Enable or disable semaphore metrics. | yes | False |
</details>

View File

@ -83,13 +83,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd]`
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -106,7 +106,7 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| kern.ipc.shm | Enable or disable shared memory metric. | | False |
| kern.ipc.shm | Enable or disable shared memory metric. | yes | False |
</details>

View File

@ -84,13 +84,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd:n
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -107,9 +107,9 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| IPv4 ICMP packets | Enable or disable IPv4 ICMP packets metric. | | False |
| IPv4 ICMP error | Enable or disable IPv4 ICMP error metric. | | False |
| IPv4 ICMP messages | Enable or disable IPv4 ICMP messages metric. | | False |
| IPv4 ICMP packets | Enable or disable IPv4 ICMP packets metric. | yes | False |
| IPv4 ICMP error | Enable or disable IPv4 ICMP error metric. | yes | False |
| IPv4 ICMP messages | Enable or disable IPv4 ICMP messages metric. | yes | False |
</details>

View File

@ -85,13 +85,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd:n
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -108,10 +108,10 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| ipv4 packets | Enable or disable IPv4 packets metric. | | False |
| ipv4 fragments sent | Enable or disable IPv4 fragments sent metric. | | False |
| ipv4 fragments assembly | Enable or disable IPv4 fragments assembly metric. | | False |
| ipv4 errors | Enable or disable IPv4 errors metric. | | False |
| ipv4 packets | Enable or disable IPv4 packets metric. | yes | False |
| ipv4 fragments sent | Enable or disable IPv4 fragments sent metric. | yes | False |
| ipv4 fragments assembly | Enable or disable IPv4 fragments assembly metric. | yes | False |
| ipv4 errors | Enable or disable IPv4 errors metric. | yes | False |
</details>

View File

@ -87,13 +87,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd]`
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -110,7 +110,7 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| net.inet.tcp.states | Enable or disable TCP state metric. | | False |
| net.inet.tcp.states | Enable or disable TCP state metric. | yes | False |
</details>

View File

@ -97,13 +97,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd:n
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -120,14 +120,14 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| ipv4 TCP packets | Enable or disable ipv4 TCP packets metric. | | False |
| ipv4 TCP errors | Enable or disable pv4 TCP errors metric. | | False |
| ipv4 TCP handshake issues | Enable or disable ipv4 TCP handshake issue metric. | | False |
| TCP connection aborts | Enable or disable TCP connection aborts metric. | | False |
| TCP out-of-order queue | Enable or disable TCP out-of-order queue metric. | | False |
| TCP SYN cookies | Enable or disable TCP SYN cookies metric. | | False |
| TCP listen issues | Enable or disable TCP listen issues metric. | | False |
| ECN packets | Enable or disable ECN packets metric. | | False |
| ipv4 TCP packets | Enable or disable ipv4 TCP packets metric. | yes | False |
| ipv4 TCP errors | Enable or disable pv4 TCP errors metric. | yes | False |
| ipv4 TCP handshake issues | Enable or disable ipv4 TCP handshake issue metric. | yes | False |
| TCP connection aborts | Enable or disable TCP connection aborts metric. | auto | False |
| TCP out-of-order queue | Enable or disable TCP out-of-order queue metric. | auto | False |
| TCP SYN cookies | Enable or disable TCP SYN cookies metric. | auto | False |
| TCP listen issues | Enable or disable TCP listen issues metric. | auto | False |
| ECN packets | Enable or disable ECN packets metric. | auto | False |
</details>

View File

@ -89,13 +89,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd:n
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -112,8 +112,8 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| ipv4 UDP packets | Enable or disable ipv4 UDP packets metric. | | False |
| ipv4 UDP errors | Enable or disable ipv4 UDP errors metric. | | False |
| ipv4 UDP packets | Enable or disable ipv4 UDP packets metric. | yes | False |
| ipv4 UDP errors | Enable or disable ipv4 UDP errors metric. | yes | False |
</details>

View File

@ -88,13 +88,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd:n
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -111,13 +111,13 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| icmp | Enable or disable ICMP metric. | | False |
| icmp redirects | Enable or disable ICMP redirects metric. | | False |
| icmp errors | Enable or disable ICMP errors metric. | | False |
| icmp echos | Enable or disable ICMP echos metric. | | False |
| icmp router | Enable or disable ICMP router metric. | | False |
| icmp neighbor | Enable or disable ICMP neighbor metric. | | False |
| icmp types | Enable or disable ICMP types metric. | | False |
| icmp | Enable or disable ICMP metric. | auto | False |
| icmp redirects | Enable or disable ICMP redirects metric. | auto | False |
| icmp errors | Enable or disable ICMP errors metric. | auto | False |
| icmp echos | Enable or disable ICMP echos metric. | auto | False |
| icmp router | Enable or disable ICMP router metric. | auto | False |
| icmp neighbor | Enable or disable ICMP neighbor metric. | auto | False |
| icmp types | Enable or disable ICMP types metric. | auto | False |
</details>

View File

@ -85,13 +85,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd:n
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -108,10 +108,10 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| ipv6 packets | Enable or disable ipv6 packet metric. | | False |
| ipv6 fragments sent | Enable or disable ipv6 fragments sent metric. | | False |
| ipv6 fragments assembly | Enable or disable ipv6 fragments assembly metric. | | False |
| ipv6 errors | Enable or disable ipv6 errors metric. | | False |
| ipv6 packets | Enable or disable ipv6 packet metric. | auto | False |
| ipv6 fragments sent | Enable or disable ipv6 fragments sent metric. | auto | False |
| ipv6 fragments assembly | Enable or disable ipv6 fragments assembly metric. | auto | False |
| ipv6 errors | Enable or disable ipv6 errors metric. | auto | False |
</details>

View File

@ -101,13 +101,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd:n
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -124,8 +124,8 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| netisr | Enable or disable general vision about softnet stat metrics. | | False |
| netisr per core | Enable or disable softnet stat metric per core. | | False |
| netisr | Enable or disable general vision about softnet stat metrics. | yes | False |
| netisr per core | Enable or disable softnet stat metric per core. | yes | False |
</details>

View File

@ -91,13 +91,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd]`
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -114,7 +114,7 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| system.ram | Enable or disable system RAM metric. | | False |
| system.ram | Enable or disable system RAM metric. | yes | False |
</details>

View File

@ -82,13 +82,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd]`
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -105,7 +105,7 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| vm.loadavg | Enable or disable load average metric. | | False |
| vm.loadavg | Enable or disable load average metric. | yes | False |
</details>

View File

@ -90,13 +90,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd]`
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -113,7 +113,7 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| vm.loadavg | Enable or disable load average metric. | | False |
| vm.loadavg | Enable or disable load average metric. | yes | False |
</details>

View File

@ -82,13 +82,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd]`
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -105,7 +105,7 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| vm.stats.sys.v_intr | Enable or disable device interrupts metric. | | False |
| vm.stats.sys.v_intr | Enable or disable device interrupts metric. | yes | False |
</details>

View File

@ -82,13 +82,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd]`
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -105,7 +105,7 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| vm.stats.sys.v_soft | Enable or disable software inerrupts metric. | | False |
| vm.stats.sys.v_soft | Enable or disable software inerrupts metric. | yes | False |
</details>

View File

@ -83,13 +83,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd]`
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -106,7 +106,7 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| vm.stats.sys.v_swtch | Enable or disable CPU context switch metric. | | False |
| vm.stats.sys.v_swtch | Enable or disable CPU context switch metric. | yes | False |
</details>

View File

@ -82,13 +82,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd]`
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -105,7 +105,7 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| vm.stats.vm.v_pgfaults | Enable or disable Memory page fault metric. | | False |
| vm.stats.vm.v_pgfaults | Enable or disable Memory page fault metric. | yes | False |
</details>

View File

@ -87,13 +87,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd]`
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -110,7 +110,7 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| vm.stats.vm.v_swappgs | Enable or disable infoormation about SWAP I/O metric. | | False |
| vm.stats.vm.v_swappgs | Enable or disable infoormation about SWAP I/O metric. | yes | False |
</details>

View File

@ -87,13 +87,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd]`
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -110,7 +110,7 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| vm.swap_info | Enable or disable SWAP metrics. | | False |
| vm.swap_info | Enable or disable SWAP metrics. | yes | False |
</details>

View File

@ -89,13 +89,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd:v
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -112,9 +112,9 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| enable total processes | Number of active processes. | | False |
| processes running | Show number of processes running or blocked. | | False |
| real memory | Memeory used on host. | | False |
| enable total processes | Number of active processes. | yes | False |
| processes running | Show number of processes running or blocked. | yes | False |
| real memory | Memeory used on host. | yes | False |
</details>

View File

@ -114,13 +114,13 @@ Configuration for this specific integration is located in the `[plugin:freebsd:z
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -137,7 +137,7 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| show zero charts | Do not show charts with zero metrics. | | False |
| show zero charts | Do not show charts with zero metrics. | no | False |
</details>

View File

@ -130,13 +130,13 @@ Configuration for this specific integration is located in the `[plugin:freeipmi]
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -167,25 +167,25 @@ To display a help message listing the available command line options:
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| SECONDS | Data collection frequency. | | False |
| debug | Enable verbose output. | | False |
| no-sel | Disable System Event Log (SEL) collection. | | False |
| reread-sdr-cache | Re-read SDR cache on every iteration. | | False |
| interpret-oem-data | Attempt to parse OEM data. | | False |
| assume-system-event-record | treat illegal SEL events records as normal. | | False |
| ignore-non-interpretable-sensors | Do not read sensors that cannot be interpreted. | | False |
| bridge-sensors | Bridge sensors not owned by the BMC. | | False |
| shared-sensors | Enable shared sensors if found. | | False |
| no-discrete-reading | Do not read sensors if their event/reading type code is invalid. | | False |
| ignore-scanning-disabled | Ignore the scanning bit and read sensors no matter what. | | False |
| assume-bmc-owner | Assume the BMC is the sensor owner no matter what (usually bridging is required too). | | False |
| hostname HOST | Remote IPMI hostname or IP address. | | False |
| debug | Enable verbose output. | disabled | False |
| no-sel | Disable System Event Log (SEL) collection. | disabled | False |
| reread-sdr-cache | Re-read SDR cache on every iteration. | disabled | False |
| interpret-oem-data | Attempt to parse OEM data. | disabled | False |
| assume-system-event-record | treat illegal SEL events records as normal. | disabled | False |
| ignore-non-interpretable-sensors | Do not read sensors that cannot be interpreted. | disabled | False |
| bridge-sensors | Bridge sensors not owned by the BMC. | disabled | False |
| shared-sensors | Enable shared sensors if found. | disabled | False |
| no-discrete-reading | Do not read sensors if their event/reading type code is invalid. | enabled | False |
| ignore-scanning-disabled | Ignore the scanning bit and read sensors no matter what. | disabled | False |
| assume-bmc-owner | Assume the BMC is the sensor owner no matter what (usually bridging is required too). | disabled | False |
| hostname HOST | Remote IPMI hostname or IP address. | local | False |
| username USER | Username that will be used when connecting to the remote host. | | False |
| password PASS | Password that will be used when connecting to the remote host. | | False |
| noauthcodecheck / no-auth-code-check | Don't check the authentication codes returned. | | False |
| driver-type IPMIDRIVER | Specify the driver type to use instead of doing an auto selection. The currently available outofband drivers are LAN and LAN_2_0, which perform IPMI 1.5 and IPMI 2.0 respectively. The currently available inband drivers are KCS, SSIF, OPENIPMI and SUNBMC. | | False |
| sdr-cache-dir PATH | SDR cache files directory. | | False |
| sensor-config-file FILE | Sensors configuration filename. | | False |
| sel-config-file FILE | SEL configuration filename. | | False |
| sdr-cache-dir PATH | SDR cache files directory. | /tmp | False |
| sensor-config-file FILE | Sensors configuration filename. | system default | False |
| sel-config-file FILE | SEL configuration filename. | system default | False |
| ignore N1,N2,N3,... | Sensor IDs to ignore. | | False |
| ignore-status N1,N2,N3,... | Sensor IDs to ignore status (nominal/warning/critical). | | False |
| -v | Print version and exit. | | False |

View File

@ -83,13 +83,13 @@ The configuration file name for this integration is `netdata.conf`.
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -105,8 +105,7 @@ This integration only supports a single configuration option, and most users wil
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| loop time in ms | Specifies the target time for the data collection thread to sleep, measured in miliseconds.
| | False |
| loop time in ms | Specifies the target time for the data collection thread to sleep, measured in miliseconds. | 20 | False |
#### Examples
There are no configuration examples.

View File

@ -104,10 +104,10 @@ sudo ./edit-config ioping.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Data collection frequency. | | False |
| update_every | Data collection frequency. | 1s | False |
| destination | The directory/file/device to ioping. | | True |
| request_size | The request size in bytes to ioping the destination (symbolic modifiers are supported) | | False |
| ioping_opts | Options passed to `ioping` commands. | | False |
| request_size | The request size in bytes to ioping the destination (symbolic modifiers are supported) | 4k | False |
| ioping_opts | Options passed to `ioping` commands. | -T 1000000 | False |
</details>

View File

@ -175,13 +175,13 @@ The configuration file name for this integration is `netdata.conf`.
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -203,44 +203,44 @@ There are three sections in the file which you can configure:
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| enable load average | Enable or disable monitoring of load average metrics (load1, load5, load15). | | False |
| system swap | Enable or disable monitoring of system swap metrics (free, used). | | False |
| bandwidth | Enable or disable monitoring of network bandwidth metrics (received, sent). | | False |
| ipv4 TCP packets | Enable or disable monitoring of IPv4 TCP total packets metrics (received, sent). | | False |
| ipv4 TCP errors | Enable or disable monitoring of IPv4 TCP packets metrics (Input Errors, Checksum, Retransmission segments). | | False |
| ipv4 TCP handshake issues | Enable or disable monitoring of IPv4 TCP handshake metrics (Established Resets, Active Opens, Passive Opens, Attempt Fails). | | False |
| ECN packets | Enable or disable monitoring of ECN statistics metrics (InCEPkts, InNoECTPkts). | | False |
| TCP SYN cookies | Enable or disable monitoring of TCP SYN cookies metrics (received, sent, failed). | | False |
| TCP out-of-order queue | Enable or disable monitoring of TCP out-of-order queue metrics (inqueue). | | False |
| TCP connection aborts | Enable or disable monitoring of TCP connection aborts metrics (Bad Data, User closed, No memory, Timeout). | | False |
| ipv4 UDP packets | Enable or disable monitoring of ipv4 UDP packets metrics (sent, received.). | | False |
| ipv4 UDP errors | Enable or disable monitoring of ipv4 UDP errors metrics (Recieved Buffer error, Input Errors, No Ports, IN Checksum Errors, Ignore Multi). | | False |
| ipv4 icmp packets | Enable or disable monitoring of IPv4 ICMP packets metrics (sent, received, in error, OUT error, IN Checksum error). | | False |
| ipv4 icmp messages | Enable or disable monitoring of ipv4 ICMP messages metrics (I/O messages, I/O Errors, In Checksum). | | False |
| ipv4 packets | Enable or disable monitoring of ipv4 packets metrics (received, sent, forwarded, delivered). | | False |
| ipv4 fragments sent | Enable or disable monitoring of IPv4 fragments sent metrics (ok, fails, creates). | | False |
| ipv4 fragments assembly | Enable or disable monitoring of IPv4 fragments assembly metrics (ok, failed, all). | | False |
| ipv4 errors | Enable or disable monitoring of IPv4 errors metrics (I/O discard, I/O HDR errors, In Addr errors, In Unknown protos, OUT No Routes). | | False |
| ipv6 packets | Enable or disable monitoring of IPv6 packets metrics (received, sent, forwarded, delivered). | | False |
| ipv6 fragments sent | Enable or disable monitoring of IPv6 fragments sent metrics (ok, failed, all). | | False |
| ipv6 fragments assembly | Enable or disable monitoring of IPv6 fragments assembly metrics (ok, failed, timeout, all). | | False |
| ipv6 errors | Enable or disable monitoring of IPv6 errors metrics (I/O Discards, In Hdr Errors, In Addr Errors, In Truncaedd Packets, I/O No Routes). | | False |
| icmp | Enable or disable monitoring of ICMP metrics (sent, received). | | False |
| icmp redirects | Enable or disable monitoring of ICMP redirects metrics (received, sent). | | False |
| icmp errors | Enable or disable monitoring of ICMP metrics (I/O Errors, In Checksums, In Destination Unreachable, In Packet too big, In Time Exceeds, In Parm Problem, Out Dest Unreachable, Out Timee Exceeds, Out Parm Problems.). | | False |
| icmp echos | Enable or disable monitoring of ICMP echos metrics (I/O Echos, I/O Echo Reply). | | False |
| icmp router | Enable or disable monitoring of ICMP router metrics (I/O Solicits, I/O Advertisements). | | False |
| icmp neighbor | Enable or disable monitoring of ICMP neighbor metrics (I/O Solicits, I/O Advertisements). | | False |
| icmp types | Enable or disable monitoring of ICMP types metrics (I/O Type1, I/O Type128, I/O Type129, Out Type133, Out Type135, In Type136, Out Type145). | | False |
| space usage for all disks | Enable or disable monitoring of space usage for all disks metrics (available, used, reserved for root). | | False |
| inodes usage for all disks | Enable or disable monitoring of inodes usage for all disks metrics (available, used, reserved for root). | | False |
| bandwidth | Enable or disable monitoring of bandwidth metrics (received, sent). | | False |
| system uptime | Enable or disable monitoring of system uptime metrics (uptime). | | False |
| cpu utilization | Enable or disable monitoring of CPU utilization metrics (user, nice, system, idel). | | False |
| system ram | Enable or disable monitoring of system RAM metrics (Active, Wired, throttled, compressor, inactive, purgeable, speculative, free). | | False |
| swap i/o | Enable or disable monitoring of SWAP I/O metrics (I/O Swap). | | False |
| memory page faults | Enable or disable monitoring of memory page faults metrics (memory, cow, I/O page, compress, decompress, zero fill, reactivate, purge). | | False |
| disk i/o | Enable or disable monitoring of disk I/O metrics (In, Out). | | False |
| enable load average | Enable or disable monitoring of load average metrics (load1, load5, load15). | yes | False |
| system swap | Enable or disable monitoring of system swap metrics (free, used). | yes | False |
| bandwidth | Enable or disable monitoring of network bandwidth metrics (received, sent). | yes | False |
| ipv4 TCP packets | Enable or disable monitoring of IPv4 TCP total packets metrics (received, sent). | yes | False |
| ipv4 TCP errors | Enable or disable monitoring of IPv4 TCP packets metrics (Input Errors, Checksum, Retransmission segments). | yes | False |
| ipv4 TCP handshake issues | Enable or disable monitoring of IPv4 TCP handshake metrics (Established Resets, Active Opens, Passive Opens, Attempt Fails). | yes | False |
| ECN packets | Enable or disable monitoring of ECN statistics metrics (InCEPkts, InNoECTPkts). | auto | False |
| TCP SYN cookies | Enable or disable monitoring of TCP SYN cookies metrics (received, sent, failed). | auto | False |
| TCP out-of-order queue | Enable or disable monitoring of TCP out-of-order queue metrics (inqueue). | auto | False |
| TCP connection aborts | Enable or disable monitoring of TCP connection aborts metrics (Bad Data, User closed, No memory, Timeout). | auto | False |
| ipv4 UDP packets | Enable or disable monitoring of ipv4 UDP packets metrics (sent, received.). | yes | False |
| ipv4 UDP errors | Enable or disable monitoring of ipv4 UDP errors metrics (Recieved Buffer error, Input Errors, No Ports, IN Checksum Errors, Ignore Multi). | yes | False |
| ipv4 icmp packets | Enable or disable monitoring of IPv4 ICMP packets metrics (sent, received, in error, OUT error, IN Checksum error). | yes | False |
| ipv4 icmp messages | Enable or disable monitoring of ipv4 ICMP messages metrics (I/O messages, I/O Errors, In Checksum). | yes | False |
| ipv4 packets | Enable or disable monitoring of ipv4 packets metrics (received, sent, forwarded, delivered). | yes | False |
| ipv4 fragments sent | Enable or disable monitoring of IPv4 fragments sent metrics (ok, fails, creates). | yes | False |
| ipv4 fragments assembly | Enable or disable monitoring of IPv4 fragments assembly metrics (ok, failed, all). | yes | False |
| ipv4 errors | Enable or disable monitoring of IPv4 errors metrics (I/O discard, I/O HDR errors, In Addr errors, In Unknown protos, OUT No Routes). | yes | False |
| ipv6 packets | Enable or disable monitoring of IPv6 packets metrics (received, sent, forwarded, delivered). | auto | False |
| ipv6 fragments sent | Enable or disable monitoring of IPv6 fragments sent metrics (ok, failed, all). | auto | False |
| ipv6 fragments assembly | Enable or disable monitoring of IPv6 fragments assembly metrics (ok, failed, timeout, all). | auto | False |
| ipv6 errors | Enable or disable monitoring of IPv6 errors metrics (I/O Discards, In Hdr Errors, In Addr Errors, In Truncaedd Packets, I/O No Routes). | auto | False |
| icmp | Enable or disable monitoring of ICMP metrics (sent, received). | auto | False |
| icmp redirects | Enable or disable monitoring of ICMP redirects metrics (received, sent). | auto | False |
| icmp errors | Enable or disable monitoring of ICMP metrics (I/O Errors, In Checksums, In Destination Unreachable, In Packet too big, In Time Exceeds, In Parm Problem, Out Dest Unreachable, Out Timee Exceeds, Out Parm Problems.). | auto | False |
| icmp echos | Enable or disable monitoring of ICMP echos metrics (I/O Echos, I/O Echo Reply). | auto | False |
| icmp router | Enable or disable monitoring of ICMP router metrics (I/O Solicits, I/O Advertisements). | auto | False |
| icmp neighbor | Enable or disable monitoring of ICMP neighbor metrics (I/O Solicits, I/O Advertisements). | auto | False |
| icmp types | Enable or disable monitoring of ICMP types metrics (I/O Type1, I/O Type128, I/O Type129, Out Type133, Out Type135, In Type136, Out Type145). | auto | False |
| space usage for all disks | Enable or disable monitoring of space usage for all disks metrics (available, used, reserved for root). | yes | False |
| inodes usage for all disks | Enable or disable monitoring of inodes usage for all disks metrics (available, used, reserved for root). | yes | False |
| bandwidth | Enable or disable monitoring of bandwidth metrics (received, sent). | yes | False |
| system uptime | Enable or disable monitoring of system uptime metrics (uptime). | yes | False |
| cpu utilization | Enable or disable monitoring of CPU utilization metrics (user, nice, system, idel). | yes | False |
| system ram | Enable or disable monitoring of system RAM metrics (Active, Wired, throttled, compressor, inactive, purgeable, speculative, free). | yes | False |
| swap i/o | Enable or disable monitoring of SWAP I/O metrics (I/O Swap). | yes | False |
| memory page faults | Enable or disable monitoring of memory page faults metrics (memory, cow, I/O page, compress, decompress, zero fill, reactivate, purge). | yes | False |
| disk i/o | Enable or disable monitoring of disk I/O metrics (In, Out). | yes | False |
</details>

View File

@ -93,13 +93,13 @@ Configuration for this specific integration is located in the `[plugin:nfacct]`
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -116,7 +116,7 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update every | Data collection frequency. | | False |
| update every | Data collection frequency. | 1 | False |
| command options | Additinal parameters for collector | | False |
</details>

View File

@ -119,13 +119,13 @@ Configuration for this specific integration is located in the `[plugin:perf]` se
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
@ -147,8 +147,8 @@ You can get the available options running:
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update every | Data collection frequency. | | False |
| command options | Command options that specify charts shown by plugin. `cycles`, `instructions`, `branch`, `cache`, `bus`, `stalled`, `migrations`, `alignment`, `emulation`, `L1D`, `L1D-prefetch`, `L1I`, `LL`, `DTLB`, `ITLB`, `PBU`. | | True |
| update every | Data collection frequency. | 1 | False |
| command options | Command options that specify charts shown by plugin. `cycles`, `instructions`, `branch`, `cache`, `bus`, `stalled`, `migrations`, `alignment`, `emulation`, `L1D`, `L1D-prefetch`, `L1I`, `LL`, `DTLB`, `ITLB`, `PBU`. | 1 | True |
</details>

View File

@ -137,13 +137,13 @@ Configuration for this specific integration is located in the `plugin:proc:/proc
The file format is a modified INI syntax. The general structure is:
```toml
```ini
[section1]
option 1 = some value
option 2 = some other value
option1 = some value
option2 = some other value
[section2]
option 3 = some third value
option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).

View File

@ -146,10 +146,10 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| update_every | Sets the default data collection frequency. | 5 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
</details>

View File

@ -110,18 +110,16 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| url | Netdata agent alarms endpoint to collect from. Can be local or remote so long as reachable by agent. | | True |
| status_map | Mapping of alarm status to integer number that will be the metric value collected. | | True |
| collect_alarm_values | set to true to include a chart with calculated alarm values over time. | | True |
| alarm_status_chart_type | define the type of chart for plotting status over time e.g. 'line' or 'stacked'. | | True |
| alarm_contains_words | A "," separated list of words you want to filter alarm names for. For example 'cpu,load' would filter for only alarms with "cpu" or "load" in alarm name. Default includes all.
| | True |
| alarm_excludes_words | A "," separated list of words you want to exclude based on alarm name. For example 'cpu,load' would exclude all alarms with "cpu" or "load" in alarm name. Default excludes None.
| | True |
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| url | Netdata agent alarms endpoint to collect from. Can be local or remote so long as reachable by agent. | http://127.0.0.1:19999/api/v1/alarms?all | True |
| status_map | Mapping of alarm status to integer number that will be the metric value collected. | {"CLEAR": 0, "WARNING": 1, "CRITICAL": 2} | True |
| collect_alarm_values | set to true to include a chart with calculated alarm values over time. | False | True |
| alarm_status_chart_type | define the type of chart for plotting status over time e.g. 'line' or 'stacked'. | line | True |
| alarm_contains_words | A "," separated list of words you want to filter alarm names for. For example 'cpu,load' would filter for only alarms with "cpu" or "load" in alarm name. Default includes all. | | True |
| alarm_excludes_words | A "," separated list of words you want to exclude based on alarm name. For example 'cpu,load' would exclude all alarms with "cpu" or "load" in alarm name. Default excludes None. | | True |
| update_every | Sets the default data collection frequency. | 10 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | False |
</details>

View File

@ -126,10 +126,10 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| update_every | Sets the default data collection frequency. | 5 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | False |
</details>

View File

@ -137,13 +137,13 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| update_every | Sets the default data collection frequency. | 5 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | False |
| host | IP or URL to a beanstalk service. | | False |
| port | Port to the IP or URL to a beanstalk service. | | False |
| host | IP or URL to a beanstalk service. | 127.0.0.1 | False |
| port | Port to the IP or URL to a beanstalk service. | 11300 | False |
</details>

View File

@ -159,12 +159,12 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| update_every | Sets the default data collection frequency. | 5 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | False |
| named_stats_path | Path to the named stats, after being dumped by `nrdc` | | False |
| named_stats_path | Path to the named stats, after being dumped by `nrdc` | /var/log/bind/named.stats | False |
</details>

View File

@ -119,12 +119,12 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| update_every | Sets the default data collection frequency. | 5 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | False |
| hostname | Define a hostname where boinc is running. | | False |
| hostname | Define a hostname where boinc is running. | localhost | False |
| port | The port of boinc RPC interface. | | False |
| password | Provide a password to connect to a boinc RPC interface. | | False |

View File

@ -135,14 +135,14 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| update_every | Sets the default data collection frequency. | 5 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | False |
| config_file | Ceph config file | | True |
| keyring_file | Ceph keyring file. netdata user must be added into ceph group and keyring file must be read group permission. | | True |
| rados_id | A rados user id to use for connecting to the Ceph cluster. | | False |
| rados_id | A rados user id to use for connecting to the Ceph cluster. | admin | False |
</details>

View File

@ -144,18 +144,15 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| charts_regex | what charts to pull data for - A regex like `system\..*|` or `system\..*|apps.cpu|apps.mem` etc. | | True |
| charts_to_exclude | charts to exclude, useful if you would like to exclude some specific charts.
note: should be a ',' separated string like 'chart.name,chart.name'.
| | False |
| mode | get ChangeFinder scores 'per_dim' or 'per_chart'. | | True |
| cf_r | default parameters that can be passed to the changefinder library. | | False |
| cf_order | default parameters that can be passed to the changefinder library. | | False |
| cf_smooth | default parameters that can be passed to the changefinder library. | | False |
| cf_threshold | the percentile above which scores will be flagged. | | False |
| n_score_samples | the number of recent scores to use when calculating the percentile of the changefinder score. | | False |
| show_scores | set to true if you also want to chart the percentile scores in addition to the flags. (mainly useful for debugging or if you want to dive deeper on how the scores are evolving over time)
| | False |
| charts_regex | what charts to pull data for - A regex like `system\..*/` or `system\..*/apps.cpu/apps.mem` etc. | system\..* | True |
| charts_to_exclude | charts to exclude, useful if you would like to exclude some specific charts. note: should be a ',' separated string like 'chart.name,chart.name'. | | False |
| mode | get ChangeFinder scores 'per_dim' or 'per_chart'. | per_chart | True |
| cf_r | default parameters that can be passed to the changefinder library. | 0.5 | False |
| cf_order | default parameters that can be passed to the changefinder library. | 1 | False |
| cf_smooth | default parameters that can be passed to the changefinder library. | 15 | False |
| cf_threshold | the percentile above which scores will be flagged. | 99 | False |
| n_score_samples | the number of recent scores to use when calculating the percentile of the changefinder score. | 14400 | False |
| show_scores | set to true if you also want to chart the percentile scores in addition to the flags. (mainly useful for debugging or if you want to dive deeper on how the scores are evolving over time) | False | False |
</details>

View File

@ -119,12 +119,12 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| update_every | Sets the default data collection frequency. | 5 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | False |
| socket | Use this socket to communicate with Devcot | | False |
| socket | Use this socket to communicate with Devcot | /var/run/dovecot/stats | False |
| host | Instead of using a socket, you can point the collector to an ip for devcot statistics. | | False |
| port | Used in combination with host, configures the port devcot listens to. | | False |

View File

@ -110,13 +110,13 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| num_lines | The number of lines to create. | | False |
| lower | The lower bound of numbers to randomly sample from. | | False |
| upper | The upper bound of numbers to randomly sample from. | | False |
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| num_lines | The number of lines to create. | 4 | False |
| lower | The lower bound of numbers to randomly sample from. | 0 | False |
| upper | The upper bound of numbers to randomly sample from. | 100 | False |
| update_every | Sets the default data collection frequency. | 1 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | False |
</details>

View File

@ -125,12 +125,12 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| update_every | Sets the default data collection frequency. | 5 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | False |
| command | Path and command to the `exim` binary | | False |
| command | Path and command to the `exim` binary | exim -bpc | False |
</details>

View File

@ -145,14 +145,14 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| log_path | path to fail2ban.log. | | False |
| conf_path | path to jail.local/jail.conf. | | False |
| conf_dir | path to jail.d/. | | False |
| log_path | path to fail2ban.log. | /var/log/fail2ban.log | False |
| conf_path | path to jail.local/jail.conf. | /etc/fail2ban/jail.local | False |
| conf_dir | path to jail.d/. | /etc/fail2ban/jail.d/ | False |
| exclude | jails you want to exclude from autodetection. | | False |
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| update_every | Sets the default data collection frequency. | 1 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | False |
</details>

View File

@ -125,14 +125,14 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| update_every | Sets the default data collection frequency. | 5 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | False |
| host | URL or IP where gearman is running. | | False |
| port | Port of URL or IP where gearman is running. | | False |
| tls | Use tls to connect to gearman. | | False |
| host | URL or IP where gearman is running. | localhost | False |
| port | Port of URL or IP where gearman is running. | 4730 | False |
| tls | Use tls to connect to gearman. | false | False |
| cert | Provide a certificate file if needed to connect to a TLS gearman instance. | | False |
| key | Provide a key file if needed to connect to a TLS gearman instance. | | False |

View File

@ -191,10 +191,10 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| update_every | Sets the default data collection frequency. | 5 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | False |
| url | the URL and port of the expvar endpoint. Please include the whole path of the endpoint, as the expvar handler can be installed in a non-standard location. | | True |
| user | If the URL is password protected, this is the username to use. | | False |

View File

@ -117,15 +117,14 @@ By default this collector will try to autodetect disks (autodetection works only
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works.
| | False |
| update_every | Sets the default data collection frequency. | 1 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | local | False |
| devices | Array of desired disks to detect, in case their name doesn't start with `sd`. | | False |
| host | The IP or HOSTNAME to connect to. | | True |
| port | The port to connect to. | | False |
| host | The IP or HOSTNAME to connect to. | localhost | True |
| port | The port to connect to. | 7634 | False |
</details>

View File

@ -148,13 +148,13 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| update_every | Sets the default data collection frequency. | 5 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | False |
| ssacli_path | Path to the `ssacli` command line utility. Configure this if `ssacli` is not in the $PATH | | False |
| use_sudo | Whether or not to use `sudo` to execute `ssacli` | | False |
| use_sudo | Whether or not to use `sudo` to execute `ssacli` | True | False |
</details>

View File

@ -108,12 +108,12 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| update_every | Sets the default data collection frequency. | 5 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | False |
| url | The URL (and port) to the icecast server. Needs to also include `/status-json.xsl` | | False |
| url | The URL (and port) to the icecast server. Needs to also include `/status-json.xsl` | http://localhost:8443/status-json.xsl | False |
| user | Username to use to connect to `url` if it's password protected. | | False |
| pass | Password to use to connect to `url` if it's password protected. | | False |

View File

@ -117,14 +117,14 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| name | The JOB's name as it will appear at the dashboard (by default is the job_name) | | False |
| url | URL to the IPFS API | | True |
| repoapi | Collect repo metrics. | | False |
| pinapi | Set status of IPFS pinned object polling. | | False |
| update_every | Sets the default data collection frequency. | 5 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | The JOB's name as it will appear at the dashboard (by default is the job_name) | job_name | False |
| url | URL to the IPFS API | no | True |
| repoapi | Collect repo metrics. | no | False |
| pinapi | Set status of IPFS pinned object polling. | no | False |
</details>

View File

@ -113,12 +113,12 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| update_every | Sets the default data collection frequency. | 5 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | False |
| path | Use a different path than the default, where the lightspeed stats files reside. | | False |
| path | Use a different path than the default, where the lightspeed stats files reside. | /tmp/lshttpd/ | False |
</details>

View File

@ -161,11 +161,11 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| do_battery | default is no. Battery stats (adds additional call to megacli `megacli -AdpBbuCmd -a0`). | | False |
| update_every | Sets the default data collection frequency. | 5 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| do_battery | default is no. Battery stats (adds additional call to megacli `megacli -AdpBbuCmd -a0`). | no | False |
</details>

View File

@ -126,12 +126,12 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| host | the host to connect to. | | False |
| port | the port to connect to. | | False |
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| host | the host to connect to. | 127.0.0.1 | False |
| port | the port to connect to. | 11211 | False |
| update_every | Sets the default data collection frequency. | 10 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | False |
</details>

View File

@ -118,13 +118,12 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works.
| | False |
| url | The URL to fetch Monit's metrics. | | True |
| update_every | Sets the default data collection frequency. | 1 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | local | False |
| url | The URL to fetch Monit's metrics. | http://localhost:2812 | True |
| user | Username in case the URL is password protected. | | False |
| pass | Password in case the URL is password protected. | | False |

View File

@ -142,13 +142,12 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works.
| | False |
| command | The command to run | | False |
| update_every | Sets the default data collection frequency. | 30 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | False |
| command | The command to run | nsd-control stats_noreset | False |
</details>

View File

@ -148,18 +148,18 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| update_every | Sets the default data collection frequency. | 5 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | False |
| username | The bind user with right to access monitor statistics | | True |
| password | The password for the binded user | | True |
| server | The listening address of the LDAP server. In case of TLS, use the hostname which the certificate is published for. | | True |
| port | The listening port of the LDAP server. Change to 636 port in case of TLS connection. | | True |
| use_tls | Make True if a TLS connection is used over ldaps:// | | False |
| use_start_tls | Make True if a TLS connection is used over ldap:// | | False |
| cert_check | False if you want to ignore certificate check | | True |
| port | The listening port of the LDAP server. Change to 636 port in case of TLS connection. | 389 | True |
| use_tls | Make True if a TLS connection is used over ldaps:// | False | False |
| use_start_tls | Make True if a TLS connection is used over ldap:// | False | False |
| cert_check | False if you want to ignore certificate check | True | True |
| timeout | Seconds to timeout if no connection exist | | True |
</details>

View File

@ -156,15 +156,15 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| user | The username for the user account. | | True |
| password | The password for the user account. | | True |
| server | The IP address or hostname (and port) of the Oracle Database Server. | | True |
| service | The Oracle Database service name. To view the services available on your server run this query, `select SERVICE_NAME from gv$session where sid in (select sid from V$MYSTAT)`. | | True |
| protocol | one of the strings "tcp" or "tcps" indicating whether to use unencrypted network traffic or encrypted network traffic | | True |
| update_every | Sets the default data collection frequency. | 5 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| user | The username for the user account. | no | True |
| password | The password for the user account. | no | True |
| server | The IP address or hostname (and port) of the Oracle Database Server. | no | True |
| service | The Oracle Database service name. To view the services available on your server run this query, `select SERVICE_NAME from gv$session where sid in (select sid from V$MYSTAT)`. | no | True |
| protocol | one of the strings "tcp" or "tcps" indicating whether to use unencrypted network traffic or encrypted network traffic | no | True |
</details>

View File

@ -128,18 +128,18 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| chart_configs | an array of chart configuration dictionaries | | True |
| chart_configs.name | name of the chart to be displayed in the dashboard. | | True |
| chart_configs.title | title of the chart to be displayed in the dashboard. | | True |
| chart_configs.family | [family](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/interact-new-charts.md#families) of the chart to be displayed in the dashboard. | | True |
| chart_configs.context | [context](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/interact-new-charts.md#contexts) of the chart to be displayed in the dashboard. | | True |
| chart_configs.type | the type of the chart to be displayed in the dashboard. | | True |
| chart_configs.units | the units of the chart to be displayed in the dashboard. | | True |
| chart_configs.df_steps | a series of pandas operations (one per line) that each returns a dataframe. | | True |
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| chart_configs | an array of chart configuration dictionaries | [] | True |
| chart_configs.name | name of the chart to be displayed in the dashboard. | None | True |
| chart_configs.title | title of the chart to be displayed in the dashboard. | None | True |
| chart_configs.family | [family](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/interact-new-charts.md#families) of the chart to be displayed in the dashboard. | None | True |
| chart_configs.context | [context](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/interact-new-charts.md#contexts) of the chart to be displayed in the dashboard. | None | True |
| chart_configs.type | the type of the chart to be displayed in the dashboard. | None | True |
| chart_configs.units | the units of the chart to be displayed in the dashboard. | None | True |
| chart_configs.df_steps | a series of pandas operations (one per line) that each returns a dataframe. | None | True |
| update_every | Sets the default data collection frequency. | 5 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | False |
</details>

View File

@ -104,10 +104,10 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| update_every | Sets the default data collection frequency. | 1 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | False |
</details>

View File

@ -117,17 +117,16 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| url | HTTP or HTTPS URL, exact Fully Qualified Domain Name of the node should be used. | | True |
| tls_verify | Control HTTPS server certificate verification. | | False |
| url | HTTP or HTTPS URL, exact Fully Qualified Domain Name of the node should be used. | https://fqdn.example.com:8081 | True |
| tls_verify | Control HTTPS server certificate verification. | False | False |
| tls_ca_file | Optional CA (bundle) file to use | | False |
| tls_cert_file | Optional client certificate file | | False |
| tls_key_file | Optional client key file | | False |
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works.
| | False |
| update_every | Sets the default data collection frequency. | 30 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | False |
</details>

View File

@ -126,16 +126,16 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| update_every | Sets the default data collection frequency. | 5 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | False |
| host | Hostname or ip of the RethinkDB server. | | False |
| port | Port to connect to the RethinkDB server. | | False |
| user | The username to use to connect to the RethinkDB server. | | False |
| host | Hostname or ip of the RethinkDB server. | localhost | False |
| port | Port to connect to the RethinkDB server. | 28015 | False |
| user | The username to use to connect to the RethinkDB server. | admin | False |
| password | The password to use to connect to the RethinkDB server. | | False |
| timeout | Set a connect timeout to the RethinkDB server. | | False |
| timeout | Set a connect timeout to the RethinkDB server. | 2 | False |
</details>

View File

@ -116,12 +116,12 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| update_every | Sets the default data collection frequency. | 5 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | False |
| url | The URL to the RetroShare Web UI. | | False |
| url | The URL to the RetroShare Web UI. | http://localhost:9090 | False |
</details>

View File

@ -146,11 +146,11 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| url | The url of the server | | True |
| update_every | Sets the default data collection frequency. | 5 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| url | The url of the server | no | True |
</details>

View File

@ -162,10 +162,10 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| update_every | Sets the default data collection frequency. | 5 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
</details>

View File

@ -118,11 +118,11 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| types | The types of sensors to collect. | | True |
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| types | The types of sensors to collect. | temperature, fan, voltage, current, power, energy, humidity | True |
| update_every | Sets the default data collection frequency. | 1 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
</details>

View File

@ -164,15 +164,14 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| log_path | path to smartd log files. | | True |
| log_path | path to smartd log files. | /var/log/smartd | True |
| exclude_disks | Space-separated patterns. If the pattern is in the drive name, the module will not collect data for it. | | False |
| age | Time in minutes since the last dump to file. | | False |
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works.
| | False |
| age | Time in minutes since the last dump to file. | 30 | False |
| update_every | Sets the default data collection frequency. | 1 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | False |
</details>

View File

@ -117,14 +117,13 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works.
| | False |
| host | The host's IP to connect to. | | True |
| port | The port the remote console is listening on. | | True |
| update_every | Sets the default data collection frequency. | 1 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | False |
| host | The host's IP to connect to. | localhost | True |
| port | The port the remote console is listening on. | 25575 | True |
| password | Remote console password if any. | | False |
</details>

View File

@ -113,12 +113,11 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works.
| | False |
| update_every | Sets the default data collection frequency. | 1 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | local | False |
| host | The host to connect to. | | True |
| port | The port to connect to. | | True |
| request | The URL to request from Squid. | | True |

View File

@ -116,13 +116,13 @@ Every configuration JOB starts with a `job_name` value which will appear in the
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
| update_every | Sets the default data collection frequency. | | False |
| priority | Controls the order of charts at the netdata dashboard. | | False |
| autodetection_retry | Sets the job re-check interval in seconds. | | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | | False |
| url | The URL of the Tomcat server's status endpoint. Always add the suffix ?XML=true. | | True |
| user | A valid user with read permission to access the /manager/status endpoint of the server. Required if the endpoint is password protected | | False |
| pass | A valid password for the user in question. Required if the endpoint is password protected | | False |
| update_every | Sets the default data collection frequency. | 5 | False |
| priority | Controls the order of charts at the netdata dashboard. | 60000 | False |
| autodetection_retry | Sets the job re-check interval in seconds. | 0 | False |
| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | False |
| url | The URL of the Tomcat server's status endpoint. Always add the suffix ?XML=true. | no | True |
| user | A valid user with read permission to access the /manager/status endpoint of the server. Required if the endpoint is password protected | no | False |
| pass | A valid password for the user in question. Required if the endpoint is password protected | no | False |
| connector_name | The connector component that communicates with a web connector via the AJP protocol, e.g ajp-bio-8009 | | False |
</details>

Some files were not shown because too many files have changed in this diff Show More