change: added configuration mover

This commit is contained in:
2025-09-26 10:12:37 +02:00
parent c74434e950
commit fd22bbe72b
1089 changed files with 194844 additions and 251 deletions

13
config-mover/run_get_ids.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
# Example script to run the Zabbix host IDs retriever
# Replace the values below with your actual Zabbix configuration
# Set environment variables
export ZABBIX_URL="https://zabbix.mbuz.uk/api_jsonrpc.php"
export BEARER_TOKEN="7b7a372ef46f924f41f2eb163edcb04b99ea2a7a8683e891f531ff7b212adeff"
# Activate virtual environment and run the script
cd /opt/python
source venv/bin/activate
python3 get_host_ids.py