Mrten

Results 17 issues of Mrten

I haven't debugged this fully but if you put the staging URL in the defaultconf and a live URL in every desired file AND when you start with a clean...

There's a problem if you try to overrule the provider in a specific `desired` file. I got this in `/var/lib/acme/conf/target`: ``` request: # default is staging, voorlopig provider: https://acme-staging.api.letsencrypt.org/directory key:...

bug

As stated in my previous issue #222, logging is way too chatty by default. There is the severitylevels but INFO is too silent... What would help tremendously is that one...

usability

I used to have a `desired` domein with 'michiel' in it. I don't anymore: ``` root@acme:/var/lib/acme# fgrep michiel * -R root@acme:/var/lib/acme# ``` but `acmetool cull` does not delete the symlink...

I've got an environment requested in a desired: ``` satisfy: names: ... request: env: ACMETOOL_IS_DNS: 1 ``` but if I add an `export >> /tmp/dump` at the start of the...

With 2.2.x, the format of the heartbeat db changed. Instead of a DATETIME, it is now a VARCHAR(26) with an iso-like timestamp in it. ``` --- mysql.old 2013-10-29 21:44:25.245704247 +0100...

This patch adds an extra feature for the datasources, _check_ds_, that decides whether a datasource is to be graphed or not. It needs to move `collect_data()` call to outside the...

I'd like to STACK a couple of variables that are the min, 25%, median, 75% and max of a datastream (in this case, processing times of webpages). The plugin outputs...

[type] bug
[component] master
[affects] 2.0-stable

overriding `IPTABLES_CMD` in `firehol.conf` for fail2ban integration: ``` #https://github.com/firehol/firehol/wiki/fail2ban IPTABLES_CMD="/sbin/iptables -w" ``` makes firehol complain on activation: ``` FireHOL: Saving active firewall to a temporary file... OK FireHOL: Processing file...

For multicast, it looks like I have to insert two `interface`s: ``` interface4 "eth0" carp_in src 192.168.86.0/24 dst 224.0.0.18 server ucarp accept interface4 "eth0" carp_out dst 192.168.86.0/24 src 224.0.0.18 server...