Hello,
Pretty new to Zabbix, still setting up hosts and applying templates.
I ran into these warning messages (at the bottom of the post) while searching Latest Data without a name to filter.
For example, looking at the Host Group Appliances, or the DB001 server. but if I filtered...
Search Result
Collapse
50 results in 0.0025 seconds.
Keywords
Members
Tags
-
Looking up Latest Data - PHP warnings
-
mmarbury started a topic server upgrade 7.0 to 7.2 "Manual intervention is required to complete upgrade!"in Zabbix Helpserver upgrade 7.0 to 7.2 "Manual intervention is required to complete upgrade!"
I just performed a zabbix-server upgrade from 7.0 to 7.2 going by this doc:
https://www.zabbix.com/documentation.../debian_ubuntu
After the upgrade I went to check it out in the ui and received this message:
... -
event.acknowledge: No permissions to referred object or it does not exist!
I'm creating a script to acknowledge a trigger and send a message to Zabbix's API. Below is my section that handles the data:
...PHP Code:$data = json_encode([
'jsonrpc' => '2.0',
'method' => 'event.acknowledge',
'params' => [
"eventids" => $trigger_id,
-
Add "zlib.output_compression = Off" sanity check to /setup.php PHP checks
Please add a check that zlib.output_compression is turned off in php in the /setup.php preconfig checks.
I spent nearly half a day hunting this issue down, and there's a few incomplete/unanswered requests on the forum that sound similar to this issue. The problem manifested for me as being... -
Zabbix setup page - ERROR HTTP 500
Hi, i have installed zabbix 6.4, using php 8.2, mysql and apaches 2 on a ubuntu 22.04. I have acess to the web page, but when i click in "next step", an error HTTP 500 always happen. I verify the error log, and find this:
[Thu May 04 22:48:50.427055 2023] [php:warn] [pid 359555] [client...👍 1 -
Monitoring custom alerts in PHP applications
I've set up Zabbix to monitor servers and network devices. I installed the agent and configured it to send stats on MySQL, Apache, etc. No issues so far.
What I'm wondering is, can I send alerts from my PHP apps to Zabbix. They'd be custom alerts, not related to performance, e.g. "Warning:... -
Setup.php does not respond
Hi im trying to install zabbix 6.0 on a RHEL 9 but at the time to check pre requisites the server stops responding and the logs in /var/log/httpd/error_log says something like this:...Code:AH01071: Got error 'PHP message: PHP Warning: preg_match(): Compilation failed: unrecognised compile-time option bit(s)
Last edited by gferradas; 03-01-2023, 22:58. -
Zabbix Upgrade PHP 7.2 to PHP 7.4 or 8.0
Hello all,
I have use zabbix version 6.0. It comes with an php version 7.2.24. However php version is not supported and it may cause vulnerability issues.
I would like to upgrade it from 7.2 to 7.4(support ends of january of 2023) or 8.0(php 8.0 is not supported on zabbix... -
How to customize problem page in Zabbix
Hello Everyone, I would like to customize zabbix problem page having an extra column(or a pop-up window) which will have troubleshooting steps for each problem entries. How can we achieve this.... -
PHP upgrade for zabbix 5.0
I'm looking to update a Zabbix 4.4 to a Zabbix 5.0 with a CentOS 7, so...
I was trying out PHP7 upgrade guide at Zabbix documentation and got stuck at some point.
The doc says to enable PHP 7.2 dependencies by installing PHP packages from Red Hat Software Collections:
...Code:# yum
-
Frontend Modules
Hi Leute,
hat zufälligerweise jemand einen Tipp für ein einfaches, funktionierendes Frontend Module für die Version 5.2? Möchte mir gerne eigene zusammenbauen aber von Null weg krieg ich das irgendwie nocht so ganz hin. Deswegen würde ich mir gerne ein fertiges ansehen und dann vielleicht... -
Zabbix Server 5.0 unable to install on Red Hat 7 - repo's
Hi Community,
I'm struggling to get zabbix installed on RHEL 7
I've been following this guide: https://computingforgeeks.com/how-to...r-on-centos-7/
But I'm running into repo and dependency issues.
sudo yum -y install zabbix-web-mysql-scl... -
Zabbix 5.0 - default graph period
Hi everybody,
I'm using Zabbix 5.0 on Centos 8.
I'm trying to force the default time period on the graph section to one day.
I already modify the line in the /usr/share/zabbix/include/defines.inc.php file as following:
define('ZBX_PERIOD_DEFAULT_FROM', 'now-1d');... -
can't access zabbix frontend
Hey, so i try to install zabbix from source.. i follow step by step from this web, but in the end i can't access frontend zabbix to configure it. i check zabbix server log it says error because can't connect to local mysql server, is it the cause? or there's other problem?
i tried to follow... -
zabbix fronetend showing "Minimum required PHP 7.2" even though php 7.2 is installed
Hi,
i recently updated my zabbix server to 5.0 from 3.4 on an ubuntu 18.04 machine.
the update and the DB update went smoothly, however when i try to enter the frontend i'm greeted with the php minimum version required error.
i checked and indeed i have php 7.2 instaled on the server,...