systemdlete

Results 37 comments of systemdlete
trafficstars

davidelang: The documentation (if you can call it that, a seemingly forgotten blog post from 2013) on $/ (not $\\) variables indicates these can only be set once. Actual experiments...

I'll be upgrading to a newer devuan soon. Here is the description from the blog post: https://rainer.gerhards.net/2013/10/a-proposal-for-rsyslog-state-variables.html. David, if this is also in current documentation, please provide a direct link...

Here is a short "proof" script I wrote to demonstrate this (upload would not work for my .conf file): ``` #short rsyslog config file module(load="imudp") input(type="imudp" port="513" ruleset="test") template(name="debug-trace" type="list")...

BTW, thank you for your very prompt replies. If you want any additional supporting info, let me know. (Fixed the formatting; requires 3 backticks, not just 1 as the control...

The question here is not whether the value of one key:value pair gets updated, but whether additional key:value pairs appear in the $/ variable. Maybe you can change your script...

Please look at the example I gave. There is indeed a state variable I am using called '$/state'. The examples you have responded with do not indicate which version of...

The same message can capture more than one different interface. E.g., it might be eth0, eth1, eth2, etc. Each needs to be tracked individually. A reset on one adapter is...

I should probably add that when I mentioned "documentation," I meant--as I pointed out previously--there is a dearth of information about these global variables. The only info I have ever...

David: Please read my original posts. I provided an example of the type of log line, and I even gave examples of logger commands with arguments to run to re-create...

Try using the new syntax. Try using my example? Please? Preferably v 8.1901, or indicate what version you are using. Maybe the problem occurs with the new syntax. I don't...