-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds TLS capabilities for the custom port selected to pro…
…vide prometheus node exporter. The changes have been performed by enhancing the already existing modes of operation for the uhttpd server. By merging this commit, the /etc/config/prometheus-node-exporter-lua file receives another two options, which allow the configuration of independent keys and certificate for the uhttpd server.
- Loading branch information
1 parent
0d478f6
commit a02fbce
Showing
2 changed files
with
50 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
utils/prometheus-node-exporter-lua/files/etc/config/prometheus-node-exporter-lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
config prometheus-node-exporter-lua 'main' | ||
option listen_interface 'loopback' | ||
option listen_port '9100' | ||
option cert_path 'none' | ||
option key_path 'none' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters