20 lines
576 B
PHP
20 lines
576 B
PHP
<?php
|
|
|
|
/**
|
|
* Observium
|
|
*
|
|
* This files is part of Observium.
|
|
*
|
|
* @package observium
|
|
* @subpackage applications
|
|
* @copyright (C) 2006 - 2013 Adam Armstrong
|
|
*
|
|
*/
|
|
|
|
|
|
$app_graphs['default'] = ['lighttpd_hits' => 'Hits',
|
|
'lighttpd_traffic' => 'Traffic',
|
|
'lighttpd_uptime' => 'Lighttpd Uptime',
|
|
'lighttpd_servers' => 'Busy / Idle Workers',
|
|
'lighttpd_scoreboardstatistics' => 'Scoreboard Statistics'];
|