move hddtemp to unix-agent/ instead of applications/

git-svn-id: http://www.observium.org/svn/observer/trunk@3214 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans 2012-05-20 19:28:37 +00:00
parent f2be2f33d2
commit 25bcc8b567
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ global $agent_sensors;
include_once("includes/discovery/functions.inc.php");
$disks = explode('||',trim($agent_data['app']['hddtemp'],'|'));
$disks = explode('||',trim($agent_data['hddtemp'],'|'));
if (count($disks))
{

View File

@ -5,6 +5,6 @@
# requires netcat to be installed and in the path
# (c) 2012, Tom Laermans for Observium
echo '<<<app-hddtemp>>>'
echo '<<<hddtemp>>>'
nc localhost 7634
echo