THIS. IS. OBSERVIUM. also some indexes on sql tables.

git-svn-id: http://www.observium.org/svn/observer/trunk@1373 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-07-17 12:58:09 +00:00
parent e9ebab6c81
commit e0944c233e
18 changed files with 63 additions and 51 deletions

View File

@@ -30,7 +30,7 @@ if($errored) { ## If there are errored ports
$i++;
}
## Send the alert email
notify($device, "ObserverNMS detected errors on $i interface" . ($i != 1 ? 's' : ''), $msg);
notify($device, "Observium detected errors on $i interface" . ($i != 1 ? 's' : ''), $msg);
}
?>