![](https://secure.gravatar.com/avatar/e4e98bde6e2cbfdde3351a139851d8f7.jpg?s=120&d=mm&r=g)
You know I left this yesterday for the cron job to do the polling but for some reason none of the new 40 devices were polled. I come in this morning and it says that this device has not been polled.
On Thu, Dec 18, 2014 at 5:42 PM, Darian Jimenez darian929@gmail.com wrote:
Yea that's what I think I will do... Just let the cron jobs do discovery and polling
Sent from my iPhone
On Dec 18, 2014, at 5:39 PM, Adam Armstrong adama@memetic.org wrote:
Adding a device already triggers a partial discovery, and we have
discovery and polling cronned, so its not always worth doing it manually, especially not automated like this.
I'd say just script adding the hosts and then either discover all of
them at the end, or let the crown jobs do it.
Adam.
Sent with AquaMail for Android http://www.aqua-mail.com
On 18 December 2014 16:22:24 Spencer Gaw spencerg@frii.net wrote:
- add_device.php already supports reading from a filename, so why the
script? 2) xargs could easily do what you want if option 1 isn't viable for whatever reason 3) Why not let polling and discovery happen via cron?
Regards,
SG
On 12/18/2014 3:15 PM, Darian Jimenez wrote:
the scripts are in /opt/observium
I also tried changing it to be in the same path as the script.
basically this.
while read host do echo $host .add_device.php $host .discovery.php -h $host .poller.php -h $host done < Servers/dailyserverlist.txt
Same result.
On Thu, Dec 18, 2014 at 4:40 PM, Tristan Rhodes <tristanrhodes@weber.edu mailto:tristanrhodes@weber.edu> wrote:
What directory are you running this script from? There may be relative references in those scripts. On Thursday, December 18, 2014, Darian Jimenez <darian929@gmail.com <mailto:darian929@gmail.com>> wrote: Hello, I have a quick simple script to go through a text file and add_device, discovery it and poll it. However the only portion that works fine is the add_device. the discovery nor poller.php is actually doing what it should. however If I run the command separately outside of the script it discovers the device as well as polls it. the host name is right because I'm using echo within the script to show the name for each loop. If i use ./disocvery.php -h new that works fine and I guess it's a work around, however ./poller.php -h new does not work. below is the script I'm running. while read host do echo $host /opt/observium/add_device.php $host /opt/observium/discovery.php -h $host /opt/observium/poller.php -h $host done < Servers/dailyserverlist.txt -- *Tristan Rhodes* Network Engineer Weber State University 801.626.8549 <tel:801.626.8549> _______________________________________________ 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