Filters for gl-disk-space and gl-network-interfaces widgets#1833
Open
Kryce49 wants to merge 3 commits into
Open
Filters for gl-disk-space and gl-network-interfaces widgets#1833Kryce49 wants to merge 3 commits into
Kryce49 wants to merge 3 commits into
Conversation
Added possibility to use filters and a friendly name in the config to show only relevant disks.
Example config:
widgets:
- type: gl-disk-space
options:
hostname: http://192.168.100.40:61208
Disks:
- /dev/mapper/md1p1: HDD 1
- /dev/mapper/md2p1: HDD 2
- /dev/mapper/md3p1: HDD 3
Added possibility to use filters and a friendly name in the config to show only relevant interfaces.
Example config:
widgets:
- type: gl-network-interfaces
options:
hostname: http://192.168.100.40:61208
Interfaces:
- bond0: LAN
- docker0: Docker
Edited docs for new filter options in gl-disk-space and gl-network-interfaces.
✅ Deploy Preview for dashy-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Category:
Overview
Added the posibility to filter disks and add friendly name in gl-disk-space. Same for gl-network-interfaces.
Updated docs.
Example:
widgets:
Issue Number (if applicable) #1712
New Vars (if applicable)
No new Vars
Code Quality Checklist (Please complete)