M4dm4rtig4n
M4dm4rtig4n
Hello, I have a lot of group (21) and services (84) and the navigation is quite tedious. I find it would be very handy to be able to: - Filter...
I think it would be good to add the feature on the 2 charts :)
Personally, I have no problem and still use the product today. But I also have the impression that the project is no longer followed :/
I seek keel alternive but i don't find other software with same functionnality (notify, approved, update) :/ You know other software ?
I try to change in platform/ping.py ``` - command = ["ping", param, "1", self.resource] + command = ["/bin/ping", param, "1", self.resource] ``` but i have this error now : `Mar...
work with OS lib : ``` import os up = os.system("/bin/ping -c 1 " + self.resource) if up == 0 : icon_class = "theme-success-text" else: icon_class = "theme-failure-text" ```
I have reset cert-manager namespace and now i have this error message : GET /domain/zone/fr/status - Error 400: "Invalid signature"
I don't understand why he is trying to make an API call with /domain/zone/fr/status instead of my full domain /domain/zone/mydomain.fr/status :/
@lambda2 The "Error 400: "Invalid signature"" is linked to an authentication (or right) problem. Personally, I solved the problem, but now I have recovered the 404. Which is not an...
The 404 error is rather an evolution compared to the 400 (authentication problem) in you is good (well like me) Now we have to find out why the FQDN is...