mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
mailscanner improvements
git-svn-id: http://www.observium.org/svn/observer/trunk@2636 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
global $config;
|
||||
|
||||
$graphs = array('mailscanner_stats' => 'MailScanner Statistics');
|
||||
$graphs = array('mailscanner_sent' => 'Mailscanner - Sent / Received',
|
||||
'mailscanner_spam' => 'Mailscanner - Spam / Virus',
|
||||
'mailscanner_reject' => 'Mailscanner - Rejected / Waiting / Relayed');
|
||||
|
||||
foreach ($graphs as $key => $text)
|
||||
{
|
||||
|
@@ -2,13 +2,13 @@
|
||||
|
||||
global $config;
|
||||
|
||||
$graphs = array('powerdns_latency' => 'Latency',
|
||||
'powerdns_fail' => 'Corrupt - Failed - Timed out',
|
||||
'powerdns_packetcache' => 'Packet Cache',
|
||||
'powerdns_querycache' => 'Query Cache',
|
||||
'powerdns_recursing' => 'Recursing Queries and Answers',
|
||||
'powerdns_queries' => 'Total UDP/TCP Queries and Answers',
|
||||
'powerdns_queries_udp' => 'Detail UDP IPv4/IPv6 Queries and Answers');
|
||||
$graphs = array('powerdns_latency' => 'PowerDNS - Latency',
|
||||
'powerdns_fail' => 'PowerDNS - Corrupt / Failed / Timed out',
|
||||
'powerdns_packetcache' => 'PowerDNS - Packet Cache',
|
||||
'powerdns_querycache' => 'PowerDNS - Query Cache',
|
||||
'powerdns_recursing' => 'PowerDNS - Recursing Queries and Answers',
|
||||
'powerdns_queries' => 'PowerDNS - Total UDP/TCP Queries and Answers',
|
||||
'powerdns_queries_udp' => 'PowerDNS - Detail UDP IPv4/IPv6 Queries and Answers');
|
||||
|
||||
foreach ($graphs as $key => $text)
|
||||
{
|
||||
|
Reference in New Issue
Block a user