netscaler / netscaler-adc-metrics-exporter

Export metrics from Citrix ADC (NetScaler) to Prometheus
89 stars 33 forks source link

exporter.py has no shebang #9

Closed epleterte closed 5 years ago

epleterte commented 5 years ago

There is no header in exporter.py telling which interpreter to use, and the file is not an executable. Fixing this will not affect current instructions and running python exporter.py will work as before. Adding this will make it unnecessary, though, and ./exporter will be sufficient.