mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-16 18:34:55 +02:00
* pandora_agent: Updated version * plugins/who.sh, plugins/top.sh: New plugins for command snapshots. * plugins/inventory: Merged with fixes and new kernel module from 4.0.3 branch. Tested on Redhat and SUSE. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7290 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
9 lines
146 B
Bash
Executable File
9 lines
146 B
Bash
Executable File
echo "<module>";
|
|
echo "<name>who</name>";
|
|
echo "<type>generic_data_string</type>";
|
|
echo "<data><![CDATA["
|
|
who
|
|
echo "]]></data>"
|
|
echo "</module>"
|
|
|