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:
@@ -63,10 +63,10 @@ if ($device['os_group'] == "ios")
|
||||
|
||||
if (is_file($rrd_filename) || $data['crasEmailNumSessions'] || $data['crasIPSecNumSessions'] || $data['crasL2LNumSessions'] || $data['crasLBNumSessions'] || $data['crasSVCNumSessions'] || $data['crasWebvpnSessions'])
|
||||
{
|
||||
if (!file_exists($rrd_filename))
|
||||
if (!file_exists($rrd_filename))
|
||||
{
|
||||
rrdtool_create($rrd_filename, $rrd_create);
|
||||
}
|
||||
}
|
||||
|
||||
$rrd_update = "N";
|
||||
$rrd_update .= ":".$data['crasEmailNumSessions'];
|
||||
|
Reference in New Issue
Block a user