Guillaume Subiron
Guillaume Subiron
Hi, It would be nice and consistent to be able to configure `g:ansible_extra_keywords_highlight` like `g:ansible_normal_keywords_highlight` and `g:ansible_with_keywords_highlight`. I'd like them all with the same style. An easy way would be...
Hi, I am currently working on RAPL to log power consumption every 10 seconds on around 350 physical servers of various sizes and usage. Full disclosure, I am not using...
The patch submitted in https://github.com/hyde/hyde/pull/222 was not enough to fix the problem. This patch fix the forgotten line. I apologize for the inconvenience. This one has been tested.
When I try to check on server in HTTPs, I get an error : ``` # sudo -u shinken /usr/local/shinken/libexec/check_nginx_status.pl -H paste.sysnove.net -S -d Use of uninitialized value $o_warn_thresold in...
According to [this documentation](https://shinken.readthedocs.io/en/latest/05_thebasics/notifications.html#notification-type-macro) we should be able to get notifications for downtimes and flapping, but I cannot to find how. I'm sur that my notification command manages these cases,...
Since Shinken 2.4.4 (and exactly since 5f3525f1632c1feda744f66f48e9aa3eb72ebc91), hosts and services downtimes are lost after arbiter/scheduler restarts. Shinken 2.4.4 removes the retention of `in_scheduled_downtime` and uses a new method after retention...
This regex can catch legit lines. Here is an example: ``` XX.XX.XX.XX - - [date] "GET /wp-admin/options-general.php?page=wp-updates-notifier&settings-updated=true HTTP/1.1" 200 24177 "http://domain.tld/wp-admin/options-general.php?page=wp-updates-notifier" "User-Agent" ``` The `sqlfragments_generic` will match on `update.*set`. If...
Since I upgraded my owncloud, I get the following error: ``` CRITICAL:root:While syncing account "cloud" an error occured: 501 Server Error: Not Implemented for url: https://cloud.*****.net/remote.php/carddav/addressbooks/maethor/default/ ``` This could be...