Juniper / open-nti

Open Network Telemetry Collector build with open source tools
Apache License 2.0
233 stars 93 forks source link

open-nti.py cron manipulation via Makefile has problems #155

Closed kzorba closed 7 years ago

kzorba commented 7 years ago

Setup an open-nti installation to monitor our vMX (lwaftr) installation. The data collection via open-nti.py did not seem to work and it turned out there was an issue with the generation of the cron entry via the Makefile (and the show/delete part). Omitting tag, defaults to using tag 'all' as it seems. Adding a cron entry with option --tag all in open-nti.py does not work. I fixed it with a patch in Makefile, I will send a pull request with it.