Markus Frosch
Markus Frosch
Well this would be a GUI feature to schedule the same downtime for all MonitoredNodes within a (sub-)process. Could be done... Open for PR :)
Not really, this was an experiment for the time. Sponsoring would be possible I guess...
Related to #1144 ?
We should update the validator here, Icinga 2 states "Numeric Literals" as floating point numbers https://www.icinga.com/docs/icinga2/latest/doc/17-language-reference/#numeric-literals
TBH I didn't even notice terminator does this until now. The idea of the feature is nice, but it definitely needs a better implementation!
Currently will jump to the next search, I would expect to go in reverse. I don't think there are other bindings right now, it requires focus in the search bar
according to user: good: e4cd22b7bd286c62c50b80479344aea1f3a7cd5b bad: 8ae32539fe13f05b30233c36b93934f964275d24 Haven't tested manual installation yet
This is definitely a problem with Python 3.6 or older setuptools. ``` python3 3.6.7-1~18.04 python3-setuptools 39.0.1-2 ``` The script is generated as a wrapper, and not the whole script is...
Okay this kind of wrapper script actually should work, what I did on Ubuntu 18.04: ``` $ python3 setup.py build ... $ python3 setup.py install ... $ find /usr/local -name...
I'm thinking about updating the `clean` command, and adding a clearer explanation to `INSTALL.md` After #70 that is.