Vladimir Vitkov

Results 14 issues of Vladimir Vitkov

I've implemented a Zabbix template and simple processing script to provide a High level overview (C-Level) for the AD health. You can find the check and sources at: https://zeridon.github.io/zabbix-template-pingcastle-reporting/

**Firefly III Server Version:** 4.7.17 **Firefly III Mobile Version:** 1.3.2 **Android Version:** 7.0 **Device Information:** - BRAND: Motorola - MODEL: G (4) -------------------------------------- ## Expected Behavior App should open and...

When using ModSecurity to protect sites written in non-english language a unicode mapping is required to translate characters to ascii (latin) equivalents. This is used in different places. Most commonly...

3.x

From operational perspective i would very much like to have the CA certificates and CA certificate chains available without authentication. Use case is as follows: * Docker/Kubernetes environment * All...

What i run: monitor 0.2.200 in custom docker container Commandline: `monitor.sh -V -C -b -tard -D /config` Filters: ``` #ARRIVE TRIGGER FILTER(S) PREF_PASS_FILTER_ADV_FLAGS_ARRIVE=".*" PREF_PASS_FILTER_MANUFACTURER_ARRIVE="not assigned for Unknown" #ARRIVE TRIGGER NEGATIVE...

Replace chdir("/var/empty") with chdir(emptydir) where emptydir is securely created by tempfile module. After actions complete the dis is removed with shutil.rmtree. This way the code becomes a bit more portable...

Project configuration: | Option | Values | | ------------------------------------ | ------------------------------------------------------------------------------------------- | | `use_pipenv` | - [x] `yes`- [ ] `no` | | `python_version` | - [x] `3.11`- [ ]...

bug

When Viewing the Device list it is empty (with just indicator for connectivity) and in the settings >Device table section nothing can be selected/saved Below is a sample of the...

Adding bulgarian language translation

Generally optimize makefile for different issues * Dependencies now are handled properly * Each target deletes only itself * Each target now uses build artifacts if exists * Some cleanup...