0

Observium をインストールしましたが、問題なく動作していますが、1 つの点を除いては、ポートが表示されません。snmpd がインストールされた 3 つのデバイス (Debian 7) を追加しました。ネットワーク トラフィック以外のすべてのグラフ (CPU、メモリ) が表示され、フロント ページには次のように表示されます。

 Ports  0   0 up    0 down  0 ignored   0 disabled

また、1 つのデバイスにエージェントをインストールしましたが、何も変わりませんでした。

使用される構成は次のとおりです (すべての個人情報は xx に記載されています)。

$config['db_host'] = 'localhost';
$config['db_user'] = 'xx';
$config['db_pass'] = 'xx';
$config['db_name'] = 'xx';

// Base directory
$config['install_dir'] = "/opt/observium";

// Default community list to use when adding/discovering
$config['snmp']['community'] = array("xx");

// Authentication Model
$config['auth_mechanism'] = "mysql";    // default, other options: ldap, http-auth, please see documentation for config he$

// Enable alerter (not available in CE)
#$config['poller-wrapper']['alerter'] = TRUE;

// Set up a default alerter (email to a single address)
$config['alerts']['alerter']['default']['descr']   = "Observium - Alert";
$config['alerts']['alerter']['default']['type']    = "email";
$config['alerts']['alerter']['default']['contact'] = "xx@xx.com";
$config['alerts']['alerter']['default']['enable']  = TRUE;

$config['poller_modules']['unix-agent'] = 1;
$config['collectd_dir'] = '/var/lib/collectd/rrd';
$config['int_customers']           = 1;  # Enable Customer Port Parsing
$config['int_transit']             = 1;  # Enable Transit Types
$config['int_peering']             = 1;  # Enable Peering Types
$config['int_core']                = 1;  # Enable Core Port Types
$config['int_l2tp']                = 0;  # Enable L2TP Port Types
$config['show_locations']          = 1;  # Enable Locations on menu
$config['show_locations_dropdown'] = 1;  # Enable Locations dropdown on menu
$config['show_services']           = 0;  # Enable Services on menu (Disabled by default as this option is deprecated)
$config['ports_page_default']      = "details/"; ## eg "details/" "graphs/bits/"
$config['show_overview_tab'] = true;
$config['overview_show_sysDescr'] = true;
$config['frontpage']['device_status']['ports'] = true;
$config['device_traffic_iftype']  = array('/loopback/','/tunnel/','/virtual/','/mpls/');
$config['device_traffic_descr']   = array('/loopback/','/vlan/','/tunnel/','/:\d+/');
// End config.php

構成に問題がありますか? Professional版のみですか? 助けてくれてありがとう、私は Observium を初めて使いましたが、本当に素晴らしいと思います (この 1 つの小さな問題を除いて...)

4

1 に答える 1