Marcel Hecko
Marcel Hecko
What I have done is to extend the library so I can call: ``` ether.client_arp_whohas_blocking(dip); delay(10); ether.sendUdp_mac(udp_payload, 1, nSourcePort, dip, ether.returned_mac, nDestinationPort); ``` Hacked branch: https://github.com/hecko/EtherCard/commit/46d881202c1dda25d348928103cfe69debc01f44
@Sims24 I really like your idea of community powered plugin packs repository. I even love the idea of having the plugin packs format being the primary interface to install custom...
That is true, however I believe 1. Users who manage centreon macros are (IMO) not skilled in something like regexp 2. regexps are prone to typos and could be falsely...
Well, from my perspective a simple ``` --filter-in hostname1,hostname2,hostname3 ``` Would do the trick. This must then imply that: * all hosts are ignored other than the ones in the...
I can additionally confirm that this error is also present when installing on CentOS 7 as per installation documentation in centreon official docs ``` [18-Mar-2022 16:41:53 Europe/Paris] PHP Warning: Undefined...
I can continue the installation (clicking refresh) after I delete the centreon user as follows: ``` MariaDB [(none)]> use mysql; MariaDB [mysql]> drop user centreon@localhost; ``` but afterwards I get...
+1 to see sources here. especially if sources are based on Zephyr
Well, just ported one of the scripts and created pull request - possibly a good starting point to migrate the rest of them hint: `python3 -m pylint ./scriptname.py`
Well because Pyhton 2 might become depricated very quickly (https://pythonclock.org) and also because RHEL 8 will not suport Python 2 any more. Also these scripts are not primarily intended to...
Im suffering from this as of today ``` Darwin 192.168.0.100 20.5.0 Darwin Kernel Version 20.5.0: Sat May 8 05:10:33 PDT 2021; root:xnu-7195.121.3~9/RELEASE_X86_64 x86_64 Python 3.9.6 from brew Requirement already satisfied:...