Basic Buffalo TeraStation Support

#3492
This commit is contained in:
Søren Rosiak
2016-06-02 18:48:36 +02:00
parent 5d49f72d3e
commit df8514e143
4 changed files with 38 additions and 0 deletions

View File

@@ -268,6 +268,13 @@ $config['os'][$os]['over'][1]['text'] = 'Processor Usage';
$config['os'][$os]['over'][2]['graph'] = 'device_mempool';
$config['os'][$os]['over'][2]['text'] = 'Memory Usage';
$os = 'buffalo';
$config['os'][$os]['text'] = 'Buffalo';
$config['os'][$os]['type'] = 'storage';
$config['os'][$os]['icon'] = 'buffalo';
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
$config['os'][$os]['over'][0]['text'] = 'Device Traffic';
// Other Unix-based OSes here please.
$os = 'freebsd';
$config['os'][$os]['type'] = 'server';