#include <ScriptSystemInformation.h>
Inheritance diagram for ScriptSystemInformation:
Public Member Functions | |
ScriptSystemInformation () | |
ScriptSystemInformation (std::string aMountPoint, std::string aAgentPath) | |
~ScriptSystemInformation () | |
std::string | getInformation (std::string aKey) |
std::vector< std::string > | availableInformations () |
|
Simple constructor (does nothing). |
|
Simple constructor (does nothing). |
|
Destructor (does nothing). |
|
Return the type of information we can gather with the class. Implements SystemInformation. |
|
Get Information from the system. It uses some different kind of scripts, such as perl script, bash script, or just an Unix command to gather information about the system.
Implements SystemInformation. |