knollet
knollet
> Yes, but POSIX-Extended regex falls under the PCRE-category. > > > On 06 Nov 2014, at 19:00, Jeff Hammerbacher [[email protected]](mailto:[email protected]) wrote: > > I see only "pcre (php)", "javascript",...
> ... so it shouldn't be expected that the `()` group will match 50 characters (because of the extra `.`). That makes the assertion "the second line should match" untrue....
@firasdib > Did you include the g flag? Yes. But I don't see what difference that should make. Even without `g` as meaning "global" giving all the matches instead of...
We have this overflow problem, too. +1 for implementation.
Hi, Feature-Request: could you please create /var/lib/telegraf in the distribution packages for this? Then there could be `# statefile = "/var/lib/telegraf/telegraf.state"` commented out in agent.conf That would be the correct...
Regarding mem_current: According to dbus-specification there is a dbus-type `t` which is UNsigned 64bit. https://dbus.freedesktop.org/doc/dbus-specification.html#basic-types `gdbus introspect --system --dest org.freedesktop.systemd1 --object-path /org/freedesktop/systemd1/unit/ypbind_2eservice` (a random service that doesn't run on my...
Actually you don't. I don't know if you programmed anything or if the go dbus library is buggy, but you changed numbers. Do a `gdbus introspect --system --dest org.freedesktop.systemd1 --object-path...
@1tft it may well be that this is the culprit.
> @powersj: Should this be mentioned within the readme? Systemd is a fast moving target and the behaviour can change at any Actually, it is not. There is documented API...
relating to this: It should be documented that the metric object which is given to `apply()` seems to be reused for the next metric on the next call to `apply()`,...