lists.netmrg.net lists.netmrg.net
NetMRG discussion and support
 
FAQ :: Search :: Memberlist :: Usergroups :: Register
Profile :: Log in to check your private messages :: Log in

Multiple polling instances?

 
Post new topic   Reply to topic    lists.netmrg.net Forum Index -> Development
Author Message
billn
Beginner


Joined: 23 Mar 2005
Posts: 3
Location: Tempe, AZ

PostPosted: Wed Mar 23, 2005 6:08 pm    Post subject: Multiple polling instances? Reply with quote

I've got an enterprise network with two distinctly segregated topologies, both attached to a third. I'd like to run multiple polling instances, on in each of the segregated areas, feeding to the main web server/database instance in a third.

Is there a way to build a standalone netmrg-gatherer poller, configured to only poll devices in a specific group? Something as simple as:
Code:

Zone 1 poller:/etc/netrmg.xml
<polling>
      <interval>300</interval>
      <group>Core Devices</group>
      <group>Border Routers</group>
</polling>

Zone 2 poller:/etc/netmrg.xml
<polling>
      <interval>300</interval>
      <group>CPE Devices</group>
      <group>Customer Aggregation Devices</group>
</polling>


Zone 3 poller:/etc/netmrg.xml
<polling>
      <interval>300</interval>
      <group>Firewalls</group>
      <group>Office Devices</group>
</polling>


Great work on the poller, btw.
Back to top
balleman
Site Admin


Joined: 20 Jan 2003
Posts: 282

PostPosted: Thu Mar 24, 2005 12:13 am    Post subject: Reply with quote

The biggest drawback to this is that all RRD files need to be accessible on the web server host. Having the gatherer be configurable to only poll specific groups would involve an NFS mount or similar arrangement, which would probably negate the benefit of the distributed polling. Do you agree with my assessment? I'd love to have distributed polling, but unfortunately I think that most times the biggest bottleneck in the process is RRDTOOL disk I/O.
Back to top
billn
Beginner


Joined: 23 Mar 2005
Posts: 3
Location: Tempe, AZ

PostPosted: Thu Mar 24, 2005 5:17 pm    Post subject: Reply with quote

balleman wrote:
The biggest drawback to this is that all RRD files need to be accessible on the web server host. Having the gatherer be configurable to only poll specific groups would involve an NFS mount or similar arrangement, which would probably negate the benefit of the distributed polling. Do you agree with my assessment? I'd love to have distributed polling, but unfortunately I think that most times the biggest bottleneck in the process is RRDTOOL disk I/O.


Yeah, I realized this after I posted yesterday. I'm working on a solution. }=)
Back to top
Display posts from previous:   
Post new topic   Reply to topic    lists.netmrg.net Forum Index -> Development All times are GMT
Page 1 of 1

 



smartBlue Style © 2002 Smartor
Powered by phpBB © 2001, 2002 phpBB Group