initial commit; version 22.5.12042
This commit is contained in:
29
includes/polling/graphs/fe-fireeye-mib.inc.php
Normal file
29
includes/polling/graphs/fe-fireeye-mib.inc.php
Normal file
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Observium
|
||||
*
|
||||
* This file is part of Observium.
|
||||
*
|
||||
* @package observium
|
||||
* @subpackage poller
|
||||
* @copyright (C) 2006-2013 Adam Armstrong, (C) 2013-2019 Observium Limited
|
||||
*
|
||||
*/
|
||||
|
||||
//FE-FIREEYE-MIB::feActiveVMs.0 = 5
|
||||
|
||||
$table_defs['FE-FIREEYE-MIB']['fe'] = array(
|
||||
'file' => 'fireeye-activevms.rrd',
|
||||
'call_function' => 'snmp_get',
|
||||
'mib' => 'FE-FIREEYE-MIB',
|
||||
'mib_dir' => 'fireeye',
|
||||
'table' => 'feApplicationInfo',
|
||||
'ds_rename' => array('feActiveVMs' => 'vms'),
|
||||
'graphs' => array('fe_active_vms'),
|
||||
'oids' => array(
|
||||
'feActiveVMs' => array('descr' => 'Active VMs', 'ds_type' => 'GAUGE', 'ds_min' => '0'),
|
||||
)
|
||||
);
|
||||
|
||||
// EOF
|
Reference in New Issue
Block a user