burbilog

Results 7 issues of burbilog

README.md says: > Add to your host the **{$INTF_REGEXP}** macro with your regular expression as value (ex: -p-|-P-|-pe-|-PE-) but template uses macro $INTF_REGEX (without 'P'): > {ZBX-CISCO-INTERFACES:ifAlias[{#SNMPVALUE}].regexp({$INTF_REGEX})}=0&{ZBX-CISCO-INTERFACES:ifOperStatus[{#SNMPVALUE}].diff(0)}>0 Also it is...

Right now it's trivial to detect faketcp -- just try to telnet to "tcp" port and there is no response at all. Aggressive firewalls may try to use that to...

I'm building a system facing several ISPs for multiple endusers and I have a question -- can Cloak handle multiple CPUs in single process? Does it make any sense to...

I use /etc/vz/conf/veid.mount and .umount files to control container-specific iptables and routing on HN. Thus I don't have to modify startup configs on various HNs, everything is packed with container....

I tried to compile this https://github.com/Genymobile/gnirehtet/pull/504 and it works, at least for me it's usable this way. But I had to compile in my own proxy server ip. Proxy server...

~~~ #cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" #curl -sSL https://apt.v2fly.org/pubkey.gpg | apt-key add - Warning: apt-key is deprecated. Manage keyring...

### Issue Semaphore running simple playbook hangs, often during "Gathering facts": ~~~ --- - name: Get hostname and IP address of all hosts hosts: all user: root gather_facts: yes tasks:...