mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
all trailing spaces must die, this concludes the polling part
git-svn-id: http://www.observium.org/svn/observer/trunk@1881 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -24,7 +24,7 @@ if (is_numeric($hrSystem[0]['hrSystemProcesses']))
|
||||
RRA:MAX:0.5:24:800 \
|
||||
RRA:MAX:0.5:288:800");
|
||||
}
|
||||
|
||||
|
||||
rrdtool_update($rrd_file, "N:".$hrSystem[0]['hrSystemProcesses']);
|
||||
$graphs['hr_processes'] = TRUE;
|
||||
echo(" Processes");
|
||||
@@ -46,7 +46,7 @@ if (is_numeric($hrSystem[0]['hrSystemNumUsers']))
|
||||
RRA:MAX:0.5:24:800 \
|
||||
RRA:MAX:0.5:288:800");
|
||||
}
|
||||
|
||||
|
||||
rrdtool_update($rrd_file, "N:".$hrSystem[0]['hrSystemNumUsers']);
|
||||
$graphs['hr_users'] = TRUE;
|
||||
echo(" Users");
|
||||
|
Reference in New Issue
Block a user