Skip to content

Commit

Permalink
Merge pull request #46 from ricegi/master
Browse files Browse the repository at this point in the history
fix: added 6th grouping for mount point attribute
  • Loading branch information
ricegi authored Nov 25, 2022
2 parents 468a0fc + 8b26e36 commit c267957
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/plugin-commands-solaris_11.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"eventType": "Disk",
"command": "df -k -l",
"mappings": [{
"expression": "\\s*(\\S+)\\s+(\\d+)\\s+(\\d+)\\s+(\\d+)\\s+(\\d+)%.*",
"expression": "\\s*(\\S+)\\s+(\\d+)\\s+(\\d+)\\s+(\\d+)\\s+(\\d+)%\\s+(\\S+).*",
"metrics": [{
"name": "DISK_NAME"
},
Expand All @@ -29,6 +29,10 @@
{
"name": "Percent Used",
"type": "NORMAL"
},
{
"name": "Mounted On",
"type": "NORMAL"
}
]
}]
Expand Down

0 comments on commit c267957

Please sign in to comment.