mrx
mrx
## Link ## Checklist * [ ] - Shard is at least 30 days old. * [ ] - Shard has CI implemented. * [ ] - Shard has daily/weekly...
dont have time to submit pull req, but this regex checks for IP validity, can provide 1 IP addr or a range, ie 192.168.5.100-192.200.20.255 ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$|^.*[-,](([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$ you can check it here...
not a good idea, https://github.com/d1vious/ansible-splunk-simple/blob/master/roles/indexer/tasks/indexer.yml line 19
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
Hello, I am trying to open a yaml config with this structure, ``` sync: /home/user/dir1/nodot: remote_host: web1 remote_path: /tmp/cache /home/user/dir1/.withdot: remote_host: web1 remote_path: /tmp/cache ``` getting a lookup error, its...
hello, general question, is it possible to chain together conditions in the rule ie, check filesystem test-/ with path / if space usage > 80%, 90%, 95% then alert right...
data comes in with unexpected chars, ie data = {"/tmp/file": "true", "file.conf": true"} this data has to be parsed with pathsep="some separator", as dot and / wont work, both "/"...
Hello, is running openonload on centos 7 kernel 5.x supported? is there support in the future, we are upgrading our servers from 3.10 to 5.2 and need openonload to function...
Hello, FYI, your project uses dictor library, there have been updates in latest dictor version (0.1.1) that remove the eval() function from dictor code for security. As well as other...
``` from dictor import dictor d = { '[email protected]': { 'firstName': 'Spider', 'lastName': 'Man', 'suspended': True }, '[email protected]': { 'firstName': 'Burce', 'lastName': 'Wayne', 'suspended': False } } email = "[email protected]"...