
So can't disable via config.php ? I already disable in config.php '$config['poller_modules']['netstats'] = 0;'
On 2015.11.17 19:53, Adam Armstrong wrote:
They are part of the netstats module.
adam.
On 17/11/2015 17:52:25, Gediminas Karčmarinas gediminas@kava.lt wrote:
Thank, As I see 'Port' info take duration ~16 sec. Other question: It is possible to disable via config.php: ?
*ipsystemstats_ipv4* IPv4 Packet Statistics Netstats enabled Disable
*ipsystemstats_ipv4_frag* IPv4 Fragmentation Statistics Netstats enabled Disable
*ipsystemstats_ipv6* IPv6 Packet Statistics Netstats enabled Disable
*ipsystemstats_ipv6_frag* IPv6 Fragmentation Statistics Netstats enabled Disable
On 2015.11.17 18:27, Moore, Cameron wrote:
Have you seen the overall Polling Information page? Go to the main menu > Polling Information.
If you have a device that is particularly slow, go to the device page and then go to the settings menu and then Performance Data to see which poller module could be the cause of the slowdown.
--
Cameron Moore
*From:*observium [mailto:observium-bounces@observium.org] *On Behalf Of *Gediminas Karcmarinas *Sent:* Tuesday, November 17, 2015 8:33 AM *To:* Observium Network Observation System observium@observium.org *Subject:* Re: [Observium] poller.php performance better ?
I replace original file and put this in config.php. But still is any possibilities to get better performance with poller.php ?
On 2015-11-17 16:24, Spencer Ryan wrote:
You should never edit defaults.inc.php Put those changes into config.php * Spencer Ryan*| Senior Systems Administrator | <mailto:sryan@arbor.net>sryan@arbor.net *Arbor Networks* +1.734.794.5033 (d) | +1.734.846.2053 (m) www.arbornetworks.com On Tue, Nov 17, 2015 at 9:22 AM, Gediminas Karčmarinas <gediminas@kava.lt <mailto:gediminas@kava.lt>> wrote: Hello, Maybe is some way to get better performance with poller.php ? poller-wrapper.py(24406): /opt/observium/poller-wrapper.py: polled 1310 devices in 270 seconds with 40 workers I already disable in what I don't need in '/opt/observium/includes/defaults.inc.php' $config['mibs']['SNMPv2-MIB'] = 1; $config['mibs']['IF-MIB'] = 1; $config['mibs']['OSPF-MIB'] = 0; $config['mibs']['EIGRP-MIB'] = 0; $config['mibs']['CISCO-MAC-ACCOUNTING-MIB'] = 0; $config['mibs']['JUNIPER-MAC-MIB'] = 0; $config['mibs']['IP-MIB'] = 1; $config['mibs']['IPV6-MIB'] = 0; $config['mibs']['CISCO-IETF-IP-MIB'] = 0; $config['mibs']['BGP4-V2-MIB-JUNIPER'] = 0; $config['mibs']['FORCE10-BGP4-V2-MIB'] = 0; $config['mibs']['BGP4-MIB'] = 0; $config['mibs']['CISCO-BGP4-MIB'] = 0; $config['mibs']['CISCO-CEF-MIB'] = 0; $config['mibs']['ENTITY-MIB'] = 0; $config['mibs']['CISCO-ENTITY-SENSOR-MIB'] = 0; $config['mibs']['ENTITY-SENSOR-MIB'] = 0; $config['mibs']['CISCO-IETF-PW-MPLS-MIB'] = 0; $config['mibs']['CISCO-RTTMON-MIB'] = 0; $config['mibs']['MPLS-L3VPN-STD-MIB'] = 0; $config['mibs']['MPLS-VPN-MIB'] = 0; $config['mibs']['FOUNDRY-SN-SWITCH-GROUP-MIB'] = 0; $config['mibs']['LLDP-MIB'] = 0; $config['mibs']['BRIDGE-MIB'] = 0; $config['mibs']['HOST-RESOURCES-MIB'] = 0; $config['mibs']['Juniper-UNI-ATM-MIB'] = 0; $config['mibs']['UCD-SNMP-MIB'] = 0; $config['mibs']['UCD-DISKIO-MIB'] = 0; $config['mibs']['Q-BRIDGE-MIB'] = 0; $config['mibs']['VMWARE-VMINFO-MIB'] = 0; $config['mibs']['EtherLike-MIB'] = 0; $config['poller_modules']['unix-agent'] = 0; $config['poller_modules']['ipmi'] = 0; $config['poller_modules']['sensors'] = 1; $config['poller_modules']['status'] = 1; $config['poller_modules']['processors'] = 1; $config['poller_modules']['mempools'] = 1; $config['poller_modules']['storage'] = 1; $config['poller_modules']['netstats'] = 1; $config['poller_modules']['hr-mib'] = 0; $config['poller_modules']['ucd-mib'] = 0; $config['poller_modules']['ipSystemStats'] = 1; $config['poller_modules']['ports'] = 1; $config['poller_modules']['bgp-peers'] = 0; $config['poller_modules']['junose-atm-vp'] = 0; $config['poller_modules']['toner'] = 0; $config['poller_modules']['ucd-diskio'] = 0; $config['poller_modules']['wifi'] = 0; $config['poller_modules']['ospf'] = 0; $config['poller_modules']['cisco-ipsec-flow-monitor'] = 0; $config['poller_modules']['cisco-remote-access-monitor'] = 0; $config['poller_modules']['cisco-cef'] = 0; $config['poller_modules']['cisco-sla'] = 0; $config['poller_modules']['mac-accounting'] = 0; $config['poller_modules']['arista-software-ip-forwarding']= 0; $config['poller_modules']['cipsec-tunnels'] = 0; $config['poller_modules']['loadbalancer'] = 0; $config['poller_modules']['cisco-cbqos'] = 0; $config['poller_modules']['cisco-eigrp'] = 0; $config['poller_modules']['netscaler-vsvr'] = 0; $config['poller_modules']['aruba-controller'] = 0; $config['poller_modules']['entity-physical'] = 0; $config['poller_modules']['applications'] = 0; $config['poller_modules']['fdb-table'] = 1; $config['poller_modules']['graphs'] = 1; $config['poller_modules']['cisco-vpdn'] = 0; $config['poller_modules']['wmi'] = 0; Hardware : SSD INTEL MEM : 14GB CPU : Intel(R) Xeon(R) CPU E3-1270 v3 @ 3.50GHz _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium