Search Result
Collapse
6 results in 0.0022 seconds.
Keywords
Members
Tags
-
Calculated items based on external checks
I am working with Zabbix 3.0 LTS. I monitor specific keys (limit and used count) from API (JSON) source throught external check with *.sh script. If I make own script for each key (curl + jq) (merk_cz_exp-hits.sh, merk_cz_exp-limit.sh) and than specify new calculated item for percentual count based... -
database upgrade 3.0.x to 4.4 Mysql errors
Initial try at upgrade caused SQL errors.
Manually dropped several tables
Finally, I am stuck here:
[Z3005] query failed: [1005] Can't create table `zabbix`.`corr_condition_tag` (errno: 150 "Foreign key constraint is incorrectly formed") [alter table `corr_condition_tag`... -
zabbix 3.0 API Document improve
The itemprototype.create section of the zabbix 3.0 API documentation give us "Creating an item prototype" Example:
Request:
{
"jsonrpc": "2.0",
"method": "itemprototype.create",
"params":... -
Inserir imagens em batch no Zabbix 3.0
Boa tarde a todos,
A quem interessar, criei um script bash que insere imagens em batch no Zabbix. Facilita quando você quer inserir um conjunto de ícones completo, como por exemplo http://andredeo.blogspot.com.br/2012...ra-zabbix.html. Segue o link: https://githu... -
Is 3.0 official for Centos6?
Hi,
I am on centos 6 with zabbix 2.4. I wanted to know if a package is available for zabbix 3.0 compatible with centos6.
Also, if available, can I upgrade from 2.4 to 3.0? -
Migrate from 2.08 to 3.0.2 on a new server
Hi all
I am trying to migrate Zabbix version on a new server. I followe this steps
- Install new Centos 7
- Install binaries 3.02 on new server
- dump DB from all zabbix 2.08 server
- copy DB to new server
- Import DB to new server
- Start Zabbix...