forked from netdata/netdata
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Common O/S Caching Layer for users and groups (netdata#18825)
* added cached-uid-usernames to libnetdata * added cached-gid-groupnames * apps.plugin uses the common cache for users and groups * apps.plugin cleanup * network-viewer and systemd-journal now use host prefix to ingest usernames and groups * fix compilation on windows * move unicode functions from windows-events to libnetdata * move sid-to-username from windows-events plugin to libnetdata * common.h in libnetdata for operating system includes and macros * sid uses STRINGs * apps.plugin now exposes per user charts on windows
- Loading branch information
Showing
46 changed files
with
1,557 additions
and
1,238 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
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
Oops, something went wrong.