You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tested your plugins on my Shinken 2.4 on FreeBSD and I needed to replace first line in scripts by #!/usr/bin/env python to allow direct launching by Shinken !
In command line, ./check_es_docs.py does not run with the original declaration.
Please note that in repo readme :
you should include the right command declaration :
I just tested your plugins on my Shinken 2.4 on FreeBSD and I needed to replace first line in scripts by
#!/usr/bin/env python
to allow direct launching by Shinken !In command line,
./check_es_docs.py
does not run with the original declaration.Please note that in repo readme :
The text was updated successfully, but these errors were encountered: