Hi, I'm trying to add several Snom 710 phones. The documentation says they will accept SNMP requests (http://wiki.snom.com/Category:HowTo:SNMP). However, I can't add it from Observium even if I enter my installation's IP address as trusted in the phone config. Checking the phone logs after trying to add them, I see:
17/11/2015 11:19:53 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010200 17/11/2015 11:19:53 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010300 17/11/2015 11:20:03 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010200 17/11/2015 11:20:03 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010300
Has anyone managed to get their Snom phones talking to Observium?
Hi Tim,
I seem to remember this question coming up a long time ago, I think they don't respond to any "standard" queries such as sysDescr, sysUptime or such, which is leading the "add device" function to believe it does not respond to SNMP. Could be wrong though, we'd need a debug log to check...
Tom
On 2015-11-17 12:26, Tim Vaughan wrote:
Hi, I'm trying to add several Snom 710 phones. The documentation says they will accept SNMP requests (http://wiki.snom.com/Category:HowTo:SNMP). However, I can't add it from Observium even if I enter my installation's IP address as trusted in the phone config. Checking the phone logs after trying to add them, I see:
17/11/2015 11:19:53 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010200 17/11/2015 11:19:53 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010300 17/11/2015 11:20:03 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010200 17/11/2015 11:20:03 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010300
Has anyone managed to get their Snom phones talking to Observium?
-- Mobile: 07868246225 Skype: tvaughan Twitter: twitter.com/tvaughan http://twitter.com/tvaughan
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
In 2006 one of the first devices Observium monitored were SNOM phones, since I worked for a managed services company which provided managed SIP stuff.
This was a long time ago, though, and the support was never migrated to our more modern code structures, so it's likely either been removed or long since stopped working.
Offhand I think you should graph when a phone was in a call and not much else, and it required SNMPv1. Last I checked they still required SNMPv1, so that might be the issue.
adam. On 17/11/2015 11:26:35, Tim Vaughan tim@timvaughan.co.uk wrote: Hi, I'm trying to add several Snom 710 phones. The documentation says they will accept SNMP requests (http://wiki.snom.com/Category:HowTo:SNMP [http://wiki.snom.com/Category:HowTo:SNMP]). However, I can't add it from Observium even if I enter my installation's IP address as trusted in the phone config. Checking the phone logs after trying to add them, I see:
17/11/2015 11:19:53 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010200 17/11/2015 11:19:53 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010300 17/11/2015 11:20:03 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010200 17/11/2015 11:20:03 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010300
Has anyone managed to get their Snom phones talking to Observium?
--
Mobile: 07868246225 Skype: tvaughan Twitter: twitter.com/tvaughan [http://twitter.com/tvaughan] _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Thanks for the reply. Mostly I'm interested in alerts if the device goes offline. At the moment I'm not worried about other data, although it would be interesting.
The Snom docs say it requires SNMPv1 ( http://wiki.snom.com/Category:HowTo:SNMP) and if I have to I can create custom OIDs (from here, woo: http://www.maartenmoerman.nl/?p=649).
I've checked debug.log as per Tom's suggestion and it doesn't mention anything - do I need to make that happen manually in config.php?
On Tue, Nov 17, 2015 at 11:30 AM, Adam Armstrong adama@memetic.org wrote:
In 2006 one of the first devices Observium monitored were SNOM phones, since I worked for a managed services company which provided managed SIP stuff.
This was a long time ago, though, and the support was never migrated to our more modern code structures, so it's likely either been removed or long since stopped working.
Offhand I think you should graph when a phone was in a call and not much else, and it required SNMPv1. Last I checked they still required SNMPv1, so that might be the issue.
adam.
On 17/11/2015 11:26:35, Tim Vaughan tim@timvaughan.co.uk wrote: Hi, I'm trying to add several Snom 710 phones. The documentation says they will accept SNMP requests (http://wiki.snom.com/Category:HowTo:SNMP). However, I can't add it from Observium even if I enter my installation's IP address as trusted in the phone config. Checking the phone logs after trying to add them, I see:
17/11/2015 11:19:53 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010200 17/11/2015 11:19:53 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010300 17/11/2015 11:20:03 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010200 17/11/2015 11:20:03 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010300
Has anyone managed to get their Snom phones talking to Observium?
-- Mobile: 07868246225 Skype: tvaughan Twitter: twitter.com/tvaughan _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
snmpget sysDescr.0 sysObjectID.0 and sysUptime.0 from one of them.
adam. On 17/11/2015 11:47:28, Tim Vaughan tim@timvaughan.co.uk wrote: Thanks for the reply. Mostly I'm interested in alerts if the device goes offline. At the moment I'm not worried about other data, although it would be interesting.
The Snom docs say it requires SNMPv1 (http://wiki.snom.com/Category:HowTo:SNMP [http://wiki.snom.com/Category:HowTo:SNMP]) and if I have to I can create custom OIDs (from here, woo: http://www.maartenmoerman.nl/?p=649 [http://www.maartenmoerman.nl/?p=649]).
I've checked debug.log as per Tom's suggestion and it doesn't mention anything - do I need to make that happen manually in config.php?
On Tue, Nov 17, 2015 at 11:30 AM, Adam Armstrong <adama@memetic.org [mailto:adama@memetic.org]> wrote:
In 2006 one of the first devices Observium monitored were SNOM phones, since I worked for a managed services company which provided managed SIP stuff.
This was a long time ago, though, and the support was never migrated to our more modern code structures, so it's likely either been removed or long since stopped working.
Offhand I think you should graph when a phone was in a call and not much else, and it required SNMPv1. Last I checked they still required SNMPv1, so that might be the issue.
adam. On 17/11/2015 11:26:35, Tim Vaughan <tim@timvaughan.co.uk [mailto:tim@timvaughan.co.uk]> wrote: Hi, I'm trying to add several Snom 710 phones. The documentation says they will accept SNMP requests (http://wiki.snom.com/Category:HowTo:SNMP [http://wiki.snom.com/Category:HowTo:SNMP]). However, I can't add it from Observium even if I enter my installation's IP address as trusted in the phone config. Checking the phone logs after trying to add them, I see:
17/11/2015 11:19:53 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010200 17/11/2015 11:19:53 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010300 17/11/2015 11:20:03 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010200 17/11/2015 11:20:03 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010300
Has anyone managed to get their Snom phones talking to Observium?
--
Mobile: 07868246225 [tel:07868246225] Skype: tvaughan Twitter: twitter.com/tvaughan [http://twitter.com/tvaughan] _______________________________________________ observium mailing list observium@observium.org [mailto:observium@observium.org] http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [http://postman.memetic.org/cgi-bin/mailman/listinfo/observium]
___________________________
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
So this works:
$ snmpget -v 1 -c public 10.60.0.13 1.3.6.1.2.1.7526.2.4 iso.3.6.1.2.1.7526.2.4 = STRING: "snom710-SIP 8.7.3.25.11 1.1.5-IFX-05.01.12" $ snmpget -v 1 -c public 10.60.0.13 1.3.6.1.2.1.7526.2.8 iso.3.6.1.2.1.7526.2.8 = STRING: "1 days, 1 hours, 52 minutes"
But this doesn't:
$ snmpget -v 1 -c public 10.60.0.13 system.sysDescr.0 system.sysDescr.0: Unknown Object Identifier (Sub-id not found: (top) -> system)
I can set my own OIDs up easily enough but it looks like I can't even get that far if it won't respond to sysDescr queries.
On Tue, Nov 17, 2015 at 11:53 AM, Adam Armstrong adama@memetic.org wrote:
snmpget sysDescr.0 sysObjectID.0 and sysUptime.0 from one of them.
adam.
On 17/11/2015 11:47:28, Tim Vaughan tim@timvaughan.co.uk wrote: Thanks for the reply. Mostly I'm interested in alerts if the device goes offline. At the moment I'm not worried about other data, although it would be interesting.
The Snom docs say it requires SNMPv1 ( http://wiki.snom.com/Category:HowTo:SNMP) and if I have to I can create custom OIDs (from here, woo: http://www.maartenmoerman.nl/?p=649).
I've checked debug.log as per Tom's suggestion and it doesn't mention anything - do I need to make that happen manually in config.php?
On Tue, Nov 17, 2015 at 11:30 AM, Adam Armstrong adama@memetic.org wrote:
In 2006 one of the first devices Observium monitored were SNOM phones, since I worked for a managed services company which provided managed SIP stuff.
This was a long time ago, though, and the support was never migrated to our more modern code structures, so it's likely either been removed or long since stopped working.
Offhand I think you should graph when a phone was in a call and not much else, and it required SNMPv1. Last I checked they still required SNMPv1, so that might be the issue.
adam.
On 17/11/2015 11:26:35, Tim Vaughan tim@timvaughan.co.uk wrote: Hi, I'm trying to add several Snom 710 phones. The documentation says they will accept SNMP requests (http://wiki.snom.com/Category:HowTo:SNMP). However, I can't add it from Observium even if I enter my installation's IP address as trusted in the phone config. Checking the phone logs after trying to add them, I see:
17/11/2015 11:19:53 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010200 17/11/2015 11:19:53 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010300 17/11/2015 11:20:03 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010200 17/11/2015 11:20:03 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010300
Has anyone managed to get their Snom phones talking to Observium?
Hi Tim,
it's just sysDescr.0, not system.sysDescr.0 :-)
Tom
On 17/11/2015 13:11, Tim Vaughan wrote:
So this works:
$ snmpget -v 1 -c public 10.60.0.13 1.3.6.1.2.1.7526.2.4 iso.3.6.1.2.1.7526.2.4 = STRING: "snom710-SIP 8.7.3.25.11 1.1.5-IFX-05.01.12" $ snmpget -v 1 -c public 10.60.0.13 1.3.6.1.2.1.7526.2.8 iso.3.6.1.2.1.7526.2.8 = STRING: "1 days, 1 hours, 52 minutes"
But this doesn't:
$ snmpget -v 1 -c public 10.60.0.13 system.sysDescr.0 system.sysDescr.0: Unknown Object Identifier (Sub-id not found: (top) -> system)
I can set my own OIDs up easily enough but it looks like I can't even get that far if it won't respond to sysDescr queries.
On Tue, Nov 17, 2015 at 11:53 AM, Adam Armstrong <adama@memetic.org mailto:adama@memetic.org> wrote:
snmpget sysDescr.0 sysObjectID.0 and sysUptime.0 from one of them. adam.
On 17/11/2015 11:47:28, Tim Vaughan <tim@timvaughan.co.uk <mailto:tim@timvaughan.co.uk>> wrote: Thanks for the reply. Mostly I'm interested in alerts if the device goes offline. At the moment I'm not worried about other data, although it would be interesting. The Snom docs say it requires SNMPv1 (http://wiki.snom.com/Category:HowTo:SNMP) and if I have to I can create custom OIDs (from here, woo: http://www.maartenmoerman.nl/?p=649). I've checked debug.log as per Tom's suggestion and it doesn't mention anything - do I need to make that happen manually in config.php? On Tue, Nov 17, 2015 at 11:30 AM, Adam Armstrong <adama@memetic.org <mailto:adama@memetic.org>> wrote: In 2006 one of the first devices Observium monitored were SNOM phones, since I worked for a managed services company which provided managed SIP stuff. This was a long time ago, though, and the support was never migrated to our more modern code structures, so it's likely either been removed or long since stopped working. Offhand I think you should graph when a phone was in a call and not much else, and it required SNMPv1. Last I checked they still required SNMPv1, so that might be the issue. adam.
On 17/11/2015 11:26:35, Tim Vaughan <tim@timvaughan.co.uk <mailto:tim@timvaughan.co.uk>> wrote: Hi, I'm trying to add several Snom 710 phones. The documentation says they will accept SNMP requests (http://wiki.snom.com/Category:HowTo:SNMP). However, I can't add it from Observium even if I enter my installation's IP address as trusted in the phone config. Checking the phone logs after trying to add them, I see: 17/11/2015 11:19:53 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010200 17/11/2015 11:19:53 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010300 17/11/2015 11:20:03 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010200 17/11/2015 11:20:03 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010300 Has anyone managed to get their Snom phones talking to Observium?
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Oops - However, that one fails too:
$ snmpget -v 1 -c public 10.60.0.13 sysDescr.0 sysDescr.0: Unknown Object Identifier (Sub-id not found: (top) -> sysDescr) $ snmpget -v 1 -c public 10.60.0.13 sysUptime.0 sysUptime.0: Unknown Object Identifier (Sub-id not found: (top) -> sysUptime)
On Tue, Nov 17, 2015 at 12:47 PM, Tom Laermans tom.laermans@powersource.cx wrote:
Hi Tim,
it's just sysDescr.0, not system.sysDescr.0 :-)
Tom
On 17/11/2015 13:11, Tim Vaughan wrote:
So this works:
$ snmpget -v 1 -c public 10.60.0.13 1.3.6.1.2.1.7526.2.4 iso.3.6.1.2.1.7526.2.4 = STRING: "snom710-SIP 8.7.3.25.11 1.1.5-IFX-05.01.12" $ snmpget -v 1 -c public 10.60.0.13 1.3.6.1.2.1.7526.2.8 iso.3.6.1.2.1.7526.2.8 = STRING: "1 days, 1 hours, 52 minutes"
But this doesn't:
$ snmpget -v 1 -c public 10.60.0.13 system.sysDescr.0 system.sysDescr.0: Unknown Object Identifier (Sub-id not found: (top) -> system)
I can set my own OIDs up easily enough but it looks like I can't even get that far if it won't respond to sysDescr queries.
On Tue, Nov 17, 2015 at 11:53 AM, Adam Armstrong < adama@memetic.org adama@memetic.org> wrote:
snmpget sysDescr.0 sysObjectID.0 and sysUptime.0 from one of them.
adam.
On 17/11/2015 11:47:28, Tim Vaughan < tim@timvaughan.co.uk tim@timvaughan.co.uk> wrote: Thanks for the reply. Mostly I'm interested in alerts if the device goes offline. At the moment I'm not worried about other data, although it would be interesting.
The Snom docs say it requires SNMPv1 ( http://wiki.snom.com/Category:HowTo:SNMP http://wiki.snom.com/Category:HowTo:SNMP) and if I have to I can create custom OIDs (from here, woo: http://www.maartenmoerman.nl/?p=649).
I've checked debug.log as per Tom's suggestion and it doesn't mention anything - do I need to make that happen manually in config.php?
On Tue, Nov 17, 2015 at 11:30 AM, Adam Armstrong adama@memetic.org wrote:
In 2006 one of the first devices Observium monitored were SNOM phones, since I worked for a managed services company which provided managed SIP stuff.
This was a long time ago, though, and the support was never migrated to our more modern code structures, so it's likely either been removed or long since stopped working.
Offhand I think you should graph when a phone was in a call and not much else, and it required SNMPv1. Last I checked they still required SNMPv1, so that might be the issue.
adam.
On 17/11/2015 11:26:35, Tim Vaughan tim@timvaughan.co.uk wrote: Hi, I'm trying to add several Snom 710 phones. The documentation says they will accept SNMP requests ( http://wiki.snom.com/Category:HowTo:SNMP http://wiki.snom.com/Category:HowTo:SNMP). However, I can't add it from Observium even if I enter my installation's IP address as trusted in the phone config. Checking the phone logs after trying to add them, I see:
17/11/2015 11:19:53 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010200 17/11/2015 11:19:53 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010300 17/11/2015 11:20:03 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010200 17/11/2015 11:20:03 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010300
Has anyone managed to get their Snom phones talking to Observium?
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
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
You should never edit defaults.inc.php
Put those changes into config.php
*Spencer Ryan* | Senior Systems Administrator | 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 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 http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
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 | sryan@arbor.net mailto:sryan@arbor.net *Arbor Networks* +1.734.794.5033 (d) | +1.734.846.2053 (m) www.arbornetworks.com http://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 http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
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 | sryan@arbor.netmailto:sryan@arbor.net Arbor Networks +1.734.794.5033 (d) | +1.734.846.2053 (m) www.arbornetworks.comhttp://www.arbornetworks.com
On Tue, Nov 17, 2015 at 9:22 AM, Gediminas Karčmarinas <gediminas@kava.ltmailto: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.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________
observium mailing list
observium@observium.orgmailto:observium@observium.org
http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
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 | sryan@arbor.net <mailto:sryan@arbor.net> *Arbor Networks* +1.734.794.5033 (d) | +1.734.846.2053 (m) www.arbornetworks.com <http://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
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 [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 [mailto: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 | sryan@arbor.net [mailto:sryan@arbor.net] [mailto:sryan@arbor.net] Arbor Networks +1.734.794.5033 (d) | +1.734.846.2053 (m) www.arbornetworks.com [http://www.arbornetworks.com] [http://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 [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 [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 [http://postman.memetic.org/cgi-bin/mailman/listinfo/observium]
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
Then that module is already disabled.
adam. On 17/11/2015 18:17:01, Gediminas Karčmarinas gediminas@kava.lt wrote: 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 [mailto: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 [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 [mailto:observium@observium.org] [mailto: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 [mailto:sryan@arbor.net] [mailto:sryan@arbor.net] Arbor Networks +1.734.794.5033 (d) | +1.734.846.2053 (m) www.arbornetworks.com [http://www.arbornetworks.com] [http://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 [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 [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 [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 [http://postman.memetic.org/cgi-bin/mailman/listinfo/observium]
If disable globaly disable module ,but then in graph it show enable,then disable but after some time it show again enable.Where is problem ?
On 2015.11.17 20:17, Adam Armstrong wrote:
Then that module is already disabled.
adam.
On 17/11/2015 18:17:01, Gediminas Karčmarinas gediminas@kava.lt wrote:
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
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
poller.php is ugly, it uses external utilities and just cannot run more or less fast.
On 17.11.2015 17:22, Gediminas Karčmarinas 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 http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
so what do is will be 2000 device and more ? What solution for poller.php to run faster ? I already disable all modules but still is take to long
On 2015.11.17 22:12, Alex Povolotsky wrote:
poller.php is ugly, it uses external utilities and just cannot run more or less fast.
On 17.11.2015 17:22, Gediminas Karčmarinas 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 http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
I've started perl-based poller with much better performance, but not working on it for long time now, more pressing matters persists.
https://github.com/tarkhil/observium-poller
feel free to improve
On 17.11.2015 23:24, Gediminas Karčmarinas wrote:
so what do is will be 2000 device and more ? What solution for poller.php to run faster ? I already disable all modules but still is take to long
On 2015.11.17 22:12, Alex Povolotsky wrote:
poller.php is ugly, it uses external utilities and just cannot run more or less fast.
On 17.11.2015 17:22, Gediminas Karčmarinas 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 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
have you tried increasing the amount of pollers? 40 might be kind of few for 1300 devices if you have a lot of them are slow.
/Markus
2015-11-17 21:37 GMT+01:00 Alex Povolotsky tarkhil@over.ru:
I've started perl-based poller with much better performance, but not working on it for long time now, more pressing matters persists.
https://github.com/tarkhil/observium-poller
feel free to improve
On 17.11.2015 23:24, Gediminas Karčmarinas wrote:
so what do is will be 2000 device and more ? What solution for poller.php to run faster ? I already disable all modules but still is take to long
On 2015.11.17 22:12, Alex Povolotsky wrote:
poller.php is ugly, it uses external utilities and just cannot run more or less fast.
On 17.11.2015 17:22, Gediminas Karčmarinas 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 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
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
All device have response time exelent,but when it take port info then it slow.
Question : Howto disbale ports up/down/speed taken info ?
On 2015-11-18 11:21, Markus Klock wrote:
have you tried increasing the amount of pollers? 40 might be kind of few for 1300 devices if you have a lot of them are slow.
/Markus
2015-11-17 21:37 GMT+01:00 Alex Povolotsky <tarkhil@over.ru mailto:tarkhil@over.ru>:
I've started perl-based poller with much better performance, but not working on it for long time now, more pressing matters persists. https://github.com/tarkhil/observium-poller feel free to improve On 17.11.2015 23:24, Gediminas Karčmarinas wrote: > so what do is will be 2000 device and more ? What solution for > poller.php to run faster ? I already disable all modules but still is > take to long > > On 2015.11.17 22 <tel:2015.11.17%2022>:12, Alex Povolotsky wrote: >> poller.php is ugly, it uses external utilities and just cannot run more >> or less fast. >> >> On 17.11.2015 17:22, Gediminas Karčmarinas 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 <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
2015-11-18 6:36 GMT-03:00 Gediminas Karčmarinas gediminas@kava.lt:
All device have response time exelent,but when it take port info then it slow.
Question : Howto disbale ports up/down/speed taken info ?
On 2015-11-18 11:21, Markus Klock wrote:
have you tried increasing the amount of pollers? 40 might be kind of few for 1300 devices if you have a lot of them are slow.
/Markus
2015-11-17 21:37 GMT+01:00 Alex Povolotsky tarkhil@over.ru:
I've started perl-based poller with much better performance, but not working on it for long time now, more pressing matters persists.
https://github.com/tarkhil/observium-poller
feel free to improve
On 17.11.2015 23:24, Gediminas Karčmarinas wrote:
so what do is will be 2000 device and more ? What solution for poller.php to run faster ? I already disable all modules but still is take to long
On 2015.11.17 22 <2015.11.17%2022>:12, Alex Povolotsky wrote:
poller.php is ugly, it uses external utilities and just cannot run more or less fast.
On 17.11.2015 17:22, Gediminas Karčmarinas 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 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
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
There was a nice wrapper published by Job Snijders on the list, and works really well on our end.
Ref: http://postman.memetic.org/pipermail/observium/2012-November/001303.html
Regards,
Ciro,
It's 2015. :P
The poller-wrapper has been part of the default install for a very long time. Our current version is much changed from 2012!
adam. On 18/11/2015 23:15:01, Ciro Iriarte cyruspy@gmail.com wrote:
2015-11-18 6:36 GMT-03:00 Gediminas Karčmarinas <gediminas@kava.lt [mailto:gediminas@kava.lt]>:
All device have response time exelent,but when it take port info then it slow.
Question : Howto disbale ports up/down/speed taken info ?
On 2015-11-18 11:21, Markus Klock wrote:
have you tried increasing the amount of pollers? 40 might be kind of few for 1300 devices if you have a lot of them are slow.
/Markus
2015-11-17 21:37 GMT+01:00 Alex Povolotsky <tarkhil@over.ru [mailto:tarkhil@over.ru]>:
I've started perl-based poller with much better performance, but not working on it for long time now, more pressing matters persists.
https://github.com/tarkhil/observium-poller [https://github.com/tarkhil/observium-poller]
feel free to improve
On 17.11.2015 23:24, Gediminas Karčmarinas wrote:
so what do is will be 2000 device and more ? What solution for poller.php to run faster ? I already disable all modules but still is take to long
On 2015.11.17 22 [tel:2015.11.17%2022]:12, Alex Povolotsky wrote:
poller.php is ugly, it uses external utilities and just cannot run more or less fast.
On 17.11.2015 17:22, Gediminas Karčmarinas 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 [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 [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 [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 [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 [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 [http://postman.memetic.org/cgi-bin/mailman/listinfo/observium]
There was a nice wrapper published by Job Snijders on the list, and works really well on our end.
Ref: http://postman.memetic.org/pipermail/observium/2012-November/001303.html [http://postman.memetic.org/pipermail/observium/2012-November/001303.html]
Regards,
--
Ciro Iriarte http://iriarte.it [http://iriarte.it] -- _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
2015-11-18 20:16 GMT-03:00 Adam Armstrong adama@memetic.org:
Ciro,
It's 2015. :P
The poller-wrapper has been part of the default install for a very long time. Our current version is much changed from 2012!
adam.
Looking forward to upgrade to the latest version from 4586, running on
SLES11 :)
Last Changed Author: adama Last Changed Rev: 4586 Last Changed Date: 2013-10-04 13:06:47 -0400 (Fri, 04 Oct 2013)
Regards,
Oh dear lord!
THAT'S TWO YEARS OLD! :D
adam. On 19/11/2015 00:03:56, Ciro Iriarte cyruspy@gmail.com wrote: 2015-11-18 20:16 GMT-03:00 Adam Armstrong <adama@memetic.org [mailto:adama@memetic.org]>:
Ciro,
It's 2015. :P
The poller-wrapper has been part of the default install for a very long time. Our current version is much changed from 2012!
adam. Looking forward to upgrade to the latest version from 4586, running on SLES11 :)
Last Changed Author: adama Last Changed Rev: 4586 Last Changed Date: 2013-10-04 13:06:47 -0400 (Fri, 04 Oct 2013)
Regards,
--
Ciro Iriarte http://iriarte.it [http://iriarte.it] -- _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
I hated the idea to move from SVN to ZIP...
Regards, CI.-
2015-11-18 21:04 GMT-03:00 Adam Armstrong adama@memetic.org:
Oh dear lord!
THAT'S TWO YEARS OLD! :D
adam.
On 19/11/2015 00:03:56, Ciro Iriarte cyruspy@gmail.com wrote: 2015-11-18 20:16 GMT-03:00 Adam Armstrong adama@memetic.org:
Ciro,
It's 2015. :P
The poller-wrapper has been part of the default install for a very long time. Our current version is much changed from 2012!
adam.
Looking forward to upgrade to the latest version from 4586, running on
SLES11 :)
Last Changed Author: adama Last Changed Rev: 4586 Last Changed Date: 2013-10-04 13:06:47 -0400 (Fri, 04 Oct 2013)
Regards,
-- Ciro Iriarte http://iriarte.it -- _______________________________________________ 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
so maybe time to update CE from r6430 to r7200 ? On 2015-11-19 02:09, Ciro Iriarte wrote:
I hated the idea to move from SVN to ZIP...
Regards, CI.-
2015-11-18 21:04 GMT-03:00 Adam Armstrong <adama@memetic.org mailto:adama@memetic.org>:
Oh dear lord! THAT'S TWO YEARS OLD! :D adam.
On 19/11/2015 00:03:56, Ciro Iriarte <cyruspy@gmail.com <mailto:cyruspy@gmail.com>> wrote: 2015-11-18 20:16 GMT-03:00 Adam Armstrong <adama@memetic.org <mailto:adama@memetic.org>>: Ciro, It's 2015. :P The poller-wrapper has been part of the default install for a very long time. Our current version is much changed from 2012! adam. Looking forward to upgrade to the latest version from 4586, running on SLES11 :) Last Changed Author: adama Last Changed Rev: 4586 Last Changed Date: 2013-10-04 13:06:47 -0400 (Fri, 04 Oct 2013) Regards, -- Ciro Iriarte http://iriarte.it -- _______________________________________________ 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
-- Ciro Iriarte http://iriarte.it --
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Tim,
Looks like you need -M /opt/observium/mibs tacked on to that command line. The error is not coming from the device but from your snmpget tool.
Tom
On 2015-11-17 13:56, Tim Vaughan wrote:
Oops - However, that one fails too:
$ snmpget -v 1 -c public 10.60.0.13 sysDescr.0 sysDescr.0: Unknown Object Identifier (Sub-id not found: (top) -> sysDescr) $ snmpget -v 1 -c public 10.60.0.13 sysUptime.0 sysUptime.0: Unknown Object Identifier (Sub-id not found: (top) -> sysUptime)
On Tue, Nov 17, 2015 at 12:47 PM, Tom Laermans <tom.laermans@powersource.cx mailto:tom.laermans@powersource.cx> wrote:
Hi Tim, it's just sysDescr.0, not system.sysDescr.0 :-) Tom On 17/11/2015 13:11, Tim Vaughan wrote:
So this works: $ snmpget -v 1 -c public 10.60.0.13 1.3.6.1.2.1.7526.2.4 iso.3.6.1.2.1.7526.2.4 = STRING: "snom710-SIP 8.7.3.25.11 1.1.5-IFX-05.01.12" $ snmpget -v 1 -c public 10.60.0.13 1.3.6.1.2.1.7526.2.8 iso.3.6.1.2.1.7526.2.8 = STRING: "1 days, 1 hours, 52 minutes" But this doesn't: $ snmpget -v 1 -c public 10.60.0.13 system.sysDescr.0 system.sysDescr.0: Unknown Object Identifier (Sub-id not found: (top) -> system) I can set my own OIDs up easily enough but it looks like I can't even get that far if it won't respond to sysDescr queries. On Tue, Nov 17, 2015 at 11:53 AM, Adam Armstrong <adama@memetic.org <mailto:adama@memetic.org>> wrote: snmpget sysDescr.0 sysObjectID.0 and sysUptime.0 from one of them. adam.
On 17/11/2015 11:47:28, Tim Vaughan <tim@timvaughan.co.uk <mailto:tim@timvaughan.co.uk>> wrote: Thanks for the reply. Mostly I'm interested in alerts if the device goes offline. At the moment I'm not worried about other data, although it would be interesting. The Snom docs say it requires SNMPv1 (http://wiki.snom.com/Category:HowTo:SNMP) and if I have to I can create custom OIDs (from here, woo: http://www.maartenmoerman.nl/?p=649). I've checked debug.log as per Tom's suggestion and it doesn't mention anything - do I need to make that happen manually in config.php? On Tue, Nov 17, 2015 at 11:30 AM, Adam Armstrong <adama@memetic.org <mailto:adama@memetic.org>> wrote: In 2006 one of the first devices Observium monitored were SNOM phones, since I worked for a managed services company which provided managed SIP stuff. This was a long time ago, though, and the support was never migrated to our more modern code structures, so it's likely either been removed or long since stopped working. Offhand I think you should graph when a phone was in a call and not much else, and it required SNMPv1. Last I checked they still required SNMPv1, so that might be the issue. adam.
On 17/11/2015 11:26:35, Tim Vaughan <tim@timvaughan.co.uk <mailto:tim@timvaughan.co.uk>> wrote: Hi, I'm trying to add several Snom 710 phones. The documentation says they will accept SNMP requests (http://wiki.snom.com/Category:HowTo:SNMP). However, I can't add it from Observium even if I enter my installation's IP address as trusted in the phone config. Checking the phone logs after trying to add them, I see: 17/11/2015 11:19:53 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010200 17/11/2015 11:19:53 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010300 17/11/2015 11:20:03 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010200 17/11/2015 11:20:03 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010300 Has anyone managed to get their Snom phones talking to 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 <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
That doesn't work either (did I get it right?):
$ snmpget -v 1 -c public -M /opt/observium/mibs 10.60.0.13 sysUptime.0 sysUptime.0: Unknown Object Identifier (Sub-id not found: (top) -> sysUptime)
I've had a quick look through /opt/observium/mibs and can't see anything relating to Snom devices. Other googling suggests that Snom phones don't respond to normal SNMP requests. Is it impossible to add a device if it doesn't respond to requests for sysDescr or sysUptime?
On Wed, Nov 18, 2015 at 9:33 AM, Tom Laermans tom.laermans@powersource.cx wrote:
Tim,
Looks like you need -M /opt/observium/mibs tacked on to that command line. The error is not coming from the device but from your snmpget tool.
Tom
On 2015-11-17 13:56, Tim Vaughan wrote:
Oops - However, that one fails too:
$ snmpget -v 1 -c public 10.60.0.13 sysDescr.0 sysDescr.0: Unknown Object Identifier (Sub-id not found: (top) -> sysDescr) $ snmpget -v 1 -c public 10.60.0.13 sysUptime.0 sysUptime.0: Unknown Object Identifier (Sub-id not found: (top) -> sysUptime)
On Tue, Nov 17, 2015 at 12:47 PM, Tom Laermans < tom.laermans@powersource.cx> wrote:
Hi Tim,
it's just sysDescr.0, not system.sysDescr.0 :-)
Tom
On 17/11/2015 13:11, Tim Vaughan wrote:
So this works:
$ snmpget -v 1 -c public 10.60.0.13 1.3.6.1.2.1.7526.2.4 iso.3.6.1.2.1.7526.2.4 = STRING: "snom710-SIP 8.7.3.25.11 1.1.5-IFX-05.01.12" $ snmpget -v 1 -c public 10.60.0.13 1.3.6.1.2.1.7526.2.8 iso.3.6.1.2.1.7526.2.8 = STRING: "1 days, 1 hours, 52 minutes"
But this doesn't:
$ snmpget -v 1 -c public 10.60.0.13 system.sysDescr.0 system.sysDescr.0: Unknown Object Identifier (Sub-id not found: (top) -> system)
I can set my own OIDs up easily enough but it looks like I can't even get that far if it won't respond to sysDescr queries.
On Tue, Nov 17, 2015 at 11:53 AM, Adam Armstrong < adama@memetic.org adama@memetic.org> wrote:
snmpget sysDescr.0 sysObjectID.0 and sysUptime.0 from one of them.
adam.
On 17/11/2015 11:47:28, Tim Vaughan tim@timvaughan.co.uk wrote: Thanks for the reply. Mostly I'm interested in alerts if the device goes offline. At the moment I'm not worried about other data, although it would be interesting.
The Snom docs say it requires SNMPv1 ( http://wiki.snom.com/Category:HowTo:SNMP http://wiki.snom.com/Category:HowTo:SNMP) and if I have to I can create custom OIDs (from here, woo: http://www.maartenmoerman.nl/?p=649 http://www.maartenmoerman.nl/?p=649).
I've checked debug.log as per Tom's suggestion and it doesn't mention anything - do I need to make that happen manually in config.php?
On Tue, Nov 17, 2015 at 11:30 AM, Adam Armstrong < adama@memetic.org adama@memetic.org> wrote:
In 2006 one of the first devices Observium monitored were SNOM phones, since I worked for a managed services company which provided managed SIP stuff.
This was a long time ago, though, and the support was never migrated to our more modern code structures, so it's likely either been removed or long since stopped working.
Offhand I think you should graph when a phone was in a call and not much else, and it required SNMPv1. Last I checked they still required SNMPv1, so that might be the issue.
adam.
On 17/11/2015 11:26:35, Tim Vaughan < tim@timvaughan.co.uk tim@timvaughan.co.uk> wrote: Hi, I'm trying to add several Snom 710 phones. The documentation says they will accept SNMP requests ( http://wiki.snom.com/Category:HowTo:SNMP http://wiki.snom.com/Category:HowTo:SNMP). However, I can't add it from Observium even if I enter my installation's IP address as trusted in the phone config. Checking the phone logs after trying to add them, I see:
17/11/2015 11:19:53 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010200 17/11/2015 11:19:53 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010300 17/11/2015 11:20:03 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010200 17/11/2015 11:20:03 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010300
Has anyone managed to get their Snom phones talking to Observium?
observium mailing listobservium@observium.orghttp://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 listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp
there's not really anything in /mibs/ these days.
adam. On 19/11/2015 15:56:05, Tim Vaughan tim@timvaughan.co.uk wrote: That doesn't work either (did I get it right?):
$ snmpget -v 1 -c public -M /opt/observium/mibs 10.60.0.13 sysUptime.0 sysUptime.0: Unknown Object Identifier (Sub-id not found: (top) -> sysUptime)
I've had a quick look through /opt/observium/mibs and can't see anything relating to Snom devices. Other googling suggests that Snom phones don't respond to normal SNMP requests. Is it impossible to add a device if it doesn't respond to requests for sysDescr or sysUptime?
On Wed, Nov 18, 2015 at 9:33 AM, Tom Laermans <tom.laermans@powersource.cx [mailto:tom.laermans@powersource.cx]> wrote:
Tim,
Looks like you need -M /opt/observium/mibs tacked on to that command line. The error is not coming from the device but from your snmpget tool.
Tom
On 2015-11-17 13:56, Tim Vaughan wrote:
Oops - However, that one fails too:
$ snmpget -v 1 -c public 10.60.0.13 sysDescr.0 sysDescr.0: Unknown Object Identifier (Sub-id not found: (top) -> sysDescr) $ snmpget -v 1 -c public 10.60.0.13 sysUptime.0 sysUptime.0: Unknown Object Identifier (Sub-id not found: (top) -> sysUptime)
On Tue, Nov 17, 2015 at 12:47 PM, Tom Laermans <tom.laermans@powersource.cx [mailto:tom.laermans@powersource.cx]> wrote:
Hi Tim,
it's just sysDescr.0, not system.sysDescr.0 :-)
Tom
On 17/11/2015 13:11, Tim Vaughan wrote:
So this works:
$ snmpget -v 1 -c public 10.60.0.13 1.3.6.1.2.1.7526.2.4 iso.3.6.1.2.1.7526.2.4 = STRING: "snom710-SIP 8.7.3.25.11 1.1.5-IFX-05.01.12" $ snmpget -v 1 -c public 10.60.0.13 1.3.6.1.2.1.7526.2.8 iso.3.6.1.2.1.7526.2.8 = STRING: "1 days, 1 hours, 52 minutes"
But this doesn't:
$ snmpget -v 1 -c public 10.60.0.13 system.sysDescr.0 system.sysDescr.0: Unknown Object Identifier (Sub-id not found: (top) -> system)
I can set my own OIDs up easily enough but it looks like I can't even get that far if it won't respond to sysDescr queries.
On Tue, Nov 17, 2015 at 11:53 AM, Adam Armstrong < [mailto:adama@memetic.org]adama@memetic.org [mailto:adama@memetic.org]> wrote:
snmpget sysDescr.0 sysObjectID.0 and sysUptime.0 from one of them.
adam. On 17/11/2015 11:47:28, Tim Vaughan <tim@timvaughan.co.uk [mailto:tim@timvaughan.co.uk]> wrote: Thanks for the reply. Mostly I'm interested in alerts if the device goes offline. At the moment I'm not worried about other data, although it would be interesting.
The Snom docs say it requires SNMPv1 ( [http://wiki.snom.com/Category:HowTo:SNMP%5Dhttp://wiki.snom.com/Category:How... [http://wiki.snom.com/Category:HowTo:SNMP]) and if I have to I can create custom OIDs (from here, woo: [http://www.maartenmoerman.nl/?p=649%5Dhttp://www.maartenmoerman.nl/?p=649 [http://www.maartenmoerman.nl/?p=649]).
I've checked debug.log as per Tom's suggestion and it doesn't mention anything - do I need to make that happen manually in config.php?
On Tue, Nov 17, 2015 at 11:30 AM, Adam Armstrong < [mailto:adama@memetic.org]adama@memetic.org [mailto:adama@memetic.org]> wrote:
In 2006 one of the first devices Observium monitored were SNOM phones, since I worked for a managed services company which provided managed SIP stuff.
This was a long time ago, though, and the support was never migrated to our more modern code structures, so it's likely either been removed or long since stopped working.
Offhand I think you should graph when a phone was in a call and not much else, and it required SNMPv1. Last I checked they still required SNMPv1, so that might be the issue.
adam. On 17/11/2015 11:26:35, Tim Vaughan < [mailto:tim@timvaughan.co.uk]tim@timvaughan.co.uk [mailto:tim@timvaughan.co.uk]> wrote: Hi, I'm trying to add several Snom 710 phones. The documentation says they will accept SNMP requests ( [http://wiki.snom.com/Category:HowTo:SNMP%5Dhttp://wiki.snom.com/Category:How... [http://wiki.snom.com/Category:HowTo:SNMP]). However, I can't add it from Observium even if I enter my installation's IP address as trusted in the phone config. Checking the phone logs after trying to add them, I see:
17/11/2015 11:19:53 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010200 17/11/2015 11:19:53 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010300 17/11/2015 11:20:03 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010200 17/11/2015 11:20:03 [NOTICE] TOOLS: SNMP: Received unknown object identifier 06082b06010201010300
Has anyone managed to get their Snom phones talking to Observium?
_______________________________________________ observium mailing list observium@observium.org [mailto:observium@observium.org] http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [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 [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 [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 [http://postman.memetic.org/cgi-bin/mailman/listinfo/observium]
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (9)
-
Adam Armstrong
-
Alex Povolotsky
-
Ciro Iriarte
-
Gediminas Karčmarinas
-
Markus Klock
-
Moore, Cameron
-
Spencer Ryan
-
Tim Vaughan
-
Tom Laermans