python/samples/immoi/samples/README | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-)
Add the users sample OI to the README diff --git a/python/samples/immoi/samples/README b/python/samples/immoi/samples/README --- a/python/samples/immoi/samples/README +++ b/python/samples/immoi/samples/README @@ -80,3 +80,14 @@ Use like this: $ immadm -o [0|1] pingPongId=1 <parameters..> +Users +----- + +The Users OI demonstrates an OI that returns values of runtime attributes when it's queried by IMM. It uses the Python package psutil to fill in the list of logged in users. + +Use like this: + +$ users & + +$ immlist usersId=1 + ------------------------------------------------------------------------------ Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics from all of your servers, apps and tools in one place. SourceForge users - Click here to start your Free Trial of Datadog now! http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140 _______________________________________________ Opensaf-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-devel
