23 lines
766 B
PHP
23 lines
766 B
PHP
<?php
|
|
|
|
/**
|
|
* Observium Network Management and Monitoring System
|
|
* Copyright (C) 2006-2015, Adam Armstrong - http://www.observium.org
|
|
*
|
|
* @package observium
|
|
* @subpackage applications
|
|
* @author Adam Armstrong <adama@observium.org>
|
|
* @copyright (C) Adam Armstrong
|
|
*
|
|
*/
|
|
|
|
$app_graphs['default'] = ['ntpdserver_stats' => 'Statistics',
|
|
'ntpdserver_freq' => 'Frequency',
|
|
'ntpdserver_stratum' => 'Stratum',
|
|
'ntpdserver_buffer' => 'Buffer',
|
|
'ntpdserver_bits' => 'Packets Sent/Received',
|
|
'ntpdserver_packets' => 'Packets Dropped/Ignored',
|
|
'ntpdserver_uptime' => 'Uptime'];
|
|
|
|
// EOF
|