How to reproduce
- Install Fedora 42
- Apply https://github.com/Al2Klimov/ansible-icinga-fedora
dnf install nmap
git clone https://github.com/Thomas-Gelf/icingaweb2-module-nmap.git /usr/share/icingaweb2/modules/nmap
icingacli mod en nmap
- Add nmap import source
- Add a job for it to run regularly, set "run import" to no
- Wait until
ps -efH shows a /usr/bin/nmap -sn 10.27.0.0/16
- In the job, set "run import" to yes
- Reload the page to make sure you properly did step 9
- Wait until the namap(1) process from step 8 finishes
- Reload the job config page from step 10 again
Result: "run import" is magically set to no
nmap import source
- Key column: host
- Subnet: 10.27.0.0/16
Modifier
- Property: host
- Modifier: Skip row if...
Workaround
- Disable the job
- Wait for it to finish
- Re-configure "run import"
How to reproduce
dnf install nmapgit clone https://github.com/Thomas-Gelf/icingaweb2-module-nmap.git /usr/share/icingaweb2/modules/nmapicingacli mod en nmapps -efHshows a/usr/bin/nmap -sn 10.27.0.0/16Result: "run import" is magically set to no
nmap import source
Modifier
Workaround