-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #79 from ublue-os/pcp
feat: add pcp monitoring
- Loading branch information
Showing
3 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
d /var/lib/pcp/config/pmda 0775 pcp pcp - | ||
d /var/lib/pcp/config/pmie 0775 pcp pcp - | ||
d /var/lib/pcp/config/pmlogger 0775 pcp pcp - | ||
d /var/lib/pcp/tmp 0775 pcp pcp - | ||
d /var/lib/pcp/tmp/bash 0775 pcp pcp - | ||
d /var/lib/pcp/tmp/json 0775 pcp pcp - | ||
d /var/lib/pcp/tmp/mmv 0775 pcp pcp - | ||
d /var/lib/pcp/tmp/pmie 0775 pcp pcp - | ||
d /var/lib/pcp/tmp/pmlogger 0775 pcp pcp - | ||
d /var/lib/pcp/tmp/pmproxy 0775 pcp pcp - | ||
d /var/log/pcp 0775 pcp pcp - | ||
d /var/log/pcp/pmcd 0775 pcp pcp - | ||
d /var/log/pcp/pmfind 0775 pcp pcp - | ||
d /var/log/pcp/pmie 0775 pcp pcp - | ||
d /var/log/pcp/pmlogger 0775 pcp pcp - | ||
d /var/log/pcp/pmproxy 0775 pcp pcp - | ||
d /var/log/pcp/sa 0775 pcp pcp - |