-
Notifications
You must be signed in to change notification settings - Fork 823
sysutils/node_exporter: add textfile collector directory support #5455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 2 commits
40f726d
c64f5f8
17c5ed4
a77bd67
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| <model> | ||
| <mount>//OPNsense/NodeExporter</mount> | ||
| <description>node_exporter configuration</description> | ||
| <version>0.2.0</version> | ||
| <version>0.3.0</version> | ||
| <items> | ||
| <enabled type="BooleanField"> | ||
| <Default>0</Default> | ||
|
|
@@ -29,5 +29,6 @@ | |
| <interrupts type="BooleanField"/> | ||
| <ntp type="BooleanField"/> | ||
| <zfs type="BooleanField"/> | ||
| <textfile_directory type="TextField"/> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'd really prefer a checkbox pointing to a single location instead of allowing to inject an arbitrary directory (and commands hint-hint) into this.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good call — updated. The |
||
| </items> | ||
| </model> | ||
Uh oh!
There was an error while loading. Please reload this page.