-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem with prepare.py #50
Comments
Have a look on #48 , works well with this patch |
similar problem with zabbix 5.4: Checking the connection to the zabbix-server via zabbix_sender... Host group "Vulners" already exists (id: 20). Use this group. |
If I go further giving the optional keys separately I get another issues:
BTW: if you run prepare.py with separate key (- v, -t, -d) It creates vhosts group, host, and even template but breaks on creating the Dashboard and then on creating an action. (-a) |
nope, always the same, i've try with the patch 6ff832a
|
I too have this same issue, running zabbix 5.4.8 [azureadmin@localhost ~]$ sudo /opt/monitoring/zabbix-threat-control/prepare.py -uvtda Checking the connection to the zabbix-agent... Checking the connection to the zabbix-server via zabbix_sender... Host group "Vulners" already exists (id: 46). Use this group. Can't create host vulners.hosts. Exception: ('Error -32602: Invalid params., Invalid parameter "/1/macros/1/value": a character string is expected.', -32602) |
I'm having this same issue. Can't create host vulners.hosts. Exception: ('Error -32602: Invalid params., Invalid parameter "/1/macros/1/value": a character string is expected.', -32602) |
Hello, please help
I have tried on zabbix 5.2 and on zabbix 4.0.
when i do /opt/monitoring/zabbix-threat-control/prepare.py -uvtda i always have the same mistake
Can't create host vulners.hosts. Exception: ('Error -32602: Invalid params., Invalid parameter "/1": unexpected parameter "hostid".', -32602)
Thanks
The text was updated successfully, but these errors were encountered: