summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2013-10-21 11:00:09 +0200
committerJan Safranek <jsafrane@redhat.com>2013-10-21 11:00:09 +0200
commit9543dbfb5f9ee87e5573de3d974262784d517579 (patch)
tree83e71d3bf3c9faf38a4c89cc9d04eb91735b35b6 /README
parent301a8d6414a326bb824604f0cec010ce04fc3695 (diff)
downloadopenlmi-providers-9543dbfb5f9ee87e5573de3d974262784d517579.tar.gz
openlmi-providers-9543dbfb5f9ee87e5573de3d974262784d517579.tar.xz
openlmi-providers-9543dbfb5f9ee87e5573de3d974262784d517579.zip
Update README with missing providers.
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 22 insertions, 0 deletions
diff --git a/README b/README
index c247d46..66fe91f 100644
--- a/README
+++ b/README
@@ -18,6 +18,10 @@ given functionality on host system.
Following providers are part of this sub-project:
+* Account
+ Account provider manages POSIX accounts. It allows to list, create, delete
+ and modify users and groups.
+
* Fan
Fan provider implements interface for hardware monitoring of fans
in the system. It uses lm_sensors library so it's linux specific.
@@ -32,6 +36,17 @@ Following providers are part of this sub-project:
* Linux_FanAssociatedSensor
- Provides association of instances of above 2 providers.
+* Hardware
+ Hardware provider allows to list various HW components on the managed system
+ such as PCI devices, CPUs and memory.
+
+* Journald
+ Journald provider exposes data stored in SystemD Journal service. See
+ http://www.freedesktop.org/wiki/Software/systemd/ for more information.
+
+ For the moment, global journal is used, all journal files are mixed together.
+ This may change in the future.
+
* LogicalFile
Logical file management. Supports ordinary files, directories, links,
device files and fifo files.
@@ -83,10 +98,17 @@ For documentation:
- (optionally) plantuml
Provider specific dependencies:
+* Account
+ - libuser-devel
* Fan
- lm_sensors - installed and configured
- lm_sensors-libs
- lm_sensors-devel
+* Hardware
+ - pciutils-devel
+ - dmidecode
+* Journald
+ - systemd-devel
* LogicalFile
- libudev-devel (systemd-devel)
- libselinux-devel