mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-14 22:38:48 +02:00
9 lines
178 B
Bash
Executable File
9 lines
178 B
Bash
Executable File
echo "<module>";
|
|
echo "<name><![CDATA[top]]></name>";
|
|
echo "<type><![CDATA[generic_data_string]]></type>";
|
|
echo "<data><![CDATA["
|
|
top -b -n 1
|
|
echo "]]></data>"
|
|
echo "</module>"
|
|
|