https://www.zabbix.com/documentation/5.0/manual/appendix/performance_tuning This is a work in progress. StartPollers General rule – keep value of this parameter as low as possible. Every additional instance of zabbix_server adds known overhead, in the same time, parallelism is increased. Optimal number of instances is achieved when queue, on average, contains minimum number of parameters (ideally, 0 at any given…
Category: Zabbix
Zabbix on VM remote MySql (Na market)
Lets continue and install Zabbix on a VM and MySql on another: BasicsSubscriptionFree TrialResource groupzabbix-rgVirtual machine namevm-zabbixRegionWest USAvailability optionsNo infrastructure redundancy requiredImageUbuntu Server 18.04 LTS – Gen1SizeStandard DS1 v2 (1 vcpu, 3.5 GiB memory)Authentication typePasswordUsernameespentestPublic inbound portsSSHAzure SpotNoDisksOS disk typeStandard HDDUse managed disksYesUse ephemeral OS diskNoNetworkingVirtual network(new) zabbix-rg-vnetSubnet(new) default (10.0.0.0/24)Public IP(new) vm-zabbix-ipAccelerated networkingOffPlace this virtual…
Zabbix Azure
Zabbix Server 5.0 – Medium PerformanceThis image contains all you need to run Zabbix: Zabbix back-end, Zabbix front-end, Zabbix agent, Nginx as web server, MySQL as database, CentOS as a foundation. For the SKU we will use a B1s: We have no money so hdd Network, all new here: Management, next, Advanced next, Tag next,…
Testing Zabbix VirtualBox 6.0
https://www.virtualbox.org/wiki/Downloads If you’re looking for the latest VirtualBox 5.2 packages, see VirtualBox 5.2 builds. Please also use version 5.2 if you still need support for 32-bit hosts, as this has been discontinued in 6.0. Version 5.2 will remain supported until July 2020. Note: After upgrading VirtualBox it is recommended to upgrade the guest additions as…
Zabbix 3.4 trigger functions with Python
So you have all your data, all is sent to Zabbix. What now…… Zabbix configuration for trigger: https://www.zabbix.com/documentation/3.4/manual/config/triggers Zabbix supported trigger functions: https://www.zabbix.com/documentation/3.4/manual/appendix/triggers/functions Item type of information: Numeric (unsigned) – 64bit unsigned integer Numeric (float) – floating point number Negative values can be stored. Allowed range: -999999999999.9999 to 999999999999.9999. Starting with Zabbix 2.2, receiving…
Oracle VM Virtualbox Manger with Zabbix 3.4 and Python agent
I installed Zabbix 3.4 on Oracle VM Virtualbox Manger v 5.2.2r119230(Qt5.6.2). The reason for that was to have a test-environment for Zabbix versions. https://www.lifewire.com/run-ubuntu-within-windows-virtualbox-2202098 Here Zabbix 3.4 is running on Linux 14.04.5: https://www.zabbix.com/download Configure Oracle VM Virtualbox Manger and get the IP: Go to File->Host Network Manger and create a network Configure Oracle VM Virtualbox…
Zabbix 3.4 trigger with Unix time
http://Zabbix trigger with Unix time https://www.zabbix.com/documentation/3.4/manual/appendix/triggers/functions Realtime sent data with Python. Unix_time is the unix time and py_time is the readable converted unixtime. Here the last value is the same as py_time Dashboard, has no alarm for the Unix late data trigger Now we have sent data with old time, to breach the alarm. Here…