-
Hi,
Arguments initial_state don't work because is not present in alignak code but present in the doc.
Best regard
-
aviau updated
9 years ago
-
https://github.com/surveil/surveil-packaging/pull/42
aviau updated
9 years ago
-
-
-
Don't use anymore pycurl.
I propose to use the requests (http://docs.python-requests.org/) module.
-
aviau updated
9 years ago
-
Hello,
I am getting this:
```
[1434467974] ERROR: [Alignak] Cannot find python lib crypto: export to kernel.alignak.io isnot available
```
Wasn't sending usage statistics disabled in Alignak?
aviau updated
9 years ago
-
https://github.com/Alignak-monitoring/alignak/pull/19 was merged but the test needs to be transposed to a good nosetest one.
-
Every module does at least "from shinken.modules import BaseModule".
(but each one also import others objects from the shinken package..)
For now : to not be obligated to clone and rename these impor…