When there are multiple pollers via NFS how do they pick the devices to poll? Basically how to they not step all over each other polling the same nodes? I'm seeing snmp and ping alerts like 15 or so every hour come in that didn't come in when it was a single server solution. It does seem to be the same 20 or so devices. These particular devices do typically take around 60 sec to poll. Looking at devices that generated alerts their cpu, snmp response time, and ping time was all over the place. Meaning cpu doubled (10% to 20%), ping times went up to 200ms from 10ms, and snmp response time average when from 50ms to 556ms. I'm wondering if I was polling these devices multiple times within 5 minutes? Would this be related to NFS IO issues? I reverted back to a single solution for now. Any assistance is greatly appreciated.-ChipConfig Sniplet$config['alerts']['email']['enable'] = TRUE;$config['poller-wrapper']['alerter'] = TRUE;$config['snmp']['timeout'] = 6;$config['snmp']['retries'] = 3;$config['snmp']['max-rep'] = 10;$config['fping'] = "/usr/sbin/fping -t2000";
_______________________________________________
observium mailing list
observium@observium.org
http://postman.memetic.org/cgi-bin/mailman/listinfo/observium