--- smsdaemon/plugins/HostStatusPlugin.cpp 2008/12/07 11:08:31 137 +++ smsdaemon/plugins/HostStatusPlugin.cpp 2008/12/07 11:13:38 138 @@ -16,6 +16,9 @@ string message; string out; + Util::my_system("hostname", &out); + message += out; + Util::my_system("uptime", &out); message += out;