Skip to content

Commit

Permalink
Regenerate integrations.js (netdata#17039)
Browse files Browse the repository at this point in the history
Co-authored-by: Ancairon <70198089+Ancairon@users.noreply.github.com>
  • Loading branch information
netdatabot and Ancairon authored Feb 21, 2024
1 parent 109a635 commit 856aaa3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion integrations/integrations.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integrations/integrations.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ cd /etc/netdata # Replace this path with your Netdata config directory, if dif
sudo ./edit-config charts.d.conf
```

Change the value of the `sensors` setting to `force` and uncomment the line. Save the file and restart the Netdata Agent with `sudo systemctl restart netdata`, or the [appropriate method](https://github.com/netdata/netdata/blob/master/docs/configure/start-stop-restart.md) for your system.
Change the value of the `sensors` setting to `force` and uncomment the line. Save the file and restart the Netdata Agent with `sudo systemctl restart netdata`, or the [appropriate method](https://github.com/netdata/netdata/blob/master/packaging/installer/README.md#maintaining-a-netdata-agent-installation) for your system.



Expand Down
2 changes: 1 addition & 1 deletion src/collectors/perf.plugin/integrations/cpu_performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ cd /etc/netdata # Replace this path with your Netdata config directory, if dif
sudo ./edit-config netdata.conf
```

Change the value of the `perf` setting to `yes` in the `[plugins]` section. Save the file and restart the Netdata Agent with `sudo systemctl restart netdata`, or the [appropriate method](https://github.com/netdata/netdata/blob/master/docs/configure/start-stop-restart.md) for your system.
Change the value of the `perf` setting to `yes` in the `[plugins]` section. Save the file and restart the Netdata Agent with `sudo systemctl restart netdata`, or the [appropriate method](https://github.com/netdata/netdata/blob/master/packaging/installer/README.md#maintaining-a-netdata-agent-installation) for your system.



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ cd /etc/netdata # Replace this path with your Netdata config directory, if dif
sudo ./edit-config python.d.conf
```

Change the value of the `go_expvar` setting to `yes`. Save the file and restart the Netdata Agent with `sudo systemctl restart netdata`, or the [appropriate method](https://github.com/netdata/netdata/blob/master/docs/configure/start-stop-restart.md) for your system.
Change the value of the `go_expvar` setting to `yes`. Save the file and restart the Netdata Agent with `sudo systemctl restart netdata`, or the [appropriate method](https://github.com/netdata/netdata/blob/master/packaging/installer/README.md#maintaining-a-netdata-agent-installation) for your system.


#### Sample `expvar` usage in a Go application
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ cd /etc/netdata # Replace this path with your Netdata config directory, if dif
sudo ./edit-config python.d.conf
```

Change the value of the `hpssa` setting to `yes`. Save the file and restart the Netdata Agent with `sudo systemctl restart netdata`, or the [appropriate method](https://github.com/netdata/netdata/blob/master/docs/configure/start-stop-restart.md) for your system.
Change the value of the `hpssa` setting to `yes`. Save the file and restart the Netdata Agent with `sudo systemctl restart netdata`, or the [appropriate method](https://github.com/netdata/netdata/blob/master/packaging/installer/README.md#maintaining-a-netdata-agent-installation) for your system.


#### Allow user netdata to execute `ssacli` as root.
Expand Down
2 changes: 1 addition & 1 deletion src/collectors/python.d.plugin/samba/integrations/samba.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The `samba` collector is disabled by default. To enable it, use `edit-config` fr
cd /etc/netdata # Replace this path with your Netdata config directory, if different
sudo ./edit-config python.d.conf
```
Change the value of the `samba` setting to `yes`. Save the file and restart the Netdata Agent with `sudo systemctl restart netdata`, or the [appropriate method](https://github.com/netdata/netdata/blob/master/docs/configure/start-stop-restart.md) for your system.
Change the value of the `samba` setting to `yes`. Save the file and restart the Netdata Agent with `sudo systemctl restart netdata`, or the [appropriate method](https://github.com/netdata/netdata/blob/master/packaging/installer/README.md#maintaining-a-netdata-agent-installation) for your system.


#### Permissions and programs
Expand Down

0 comments on commit 856aaa3

Please sign in to comment.