Hi!
I've just finished creating a containerized application for the purpose of pinging domains that I own, and checking their SSL certificates. To do so, the data is sent using the sender format, and using it without any custom parameters works like a charm.
The problem is, there's...
Search Result
Collapse
9 results in 0.0019 seconds.
Keywords
Members
Tags
-
Using arguments in trappers to separate monitoring data
-
Implement zabbix sender in pure javascript (Duktape)
Hello,
Does anybody implemented a zabbix sender functionality in pure javascript (Duktape) which is used by zabbix?
Communication with API is easy to do, but didn't find the way to implemented sender functionality.
Thanks for any suggestion :-)... -
Zabbix Sender with Agent 2
Hi Team, how are people solving the need to use Zabbix Sender in a large environment when upgrading from Agent 1 to Agent 2? My initial plan was to uninstall Agent 1 then install a repackaged Agent 2, however removing Agent 1 means no more Zabbix Sender deployment.
Are people repackaging... -
Zabbix automatically populates graph even if no data is availalble
Hi Zabbix community ,
I have the following scenario and It seems I can't get my head around it .
I've set up a trapper Item . With an external script using zabbix_sender I send data to this item every minute .
So far so good .
Now my problem is the following... -
Active proxy
Hi everyone! I am new to zabbix and i am trying to set up active proxies to collect data in different locations-networks and send them back to the server once per day. So i set heartbeat 3600 and DataSenderFrequency 3600, but on the server i see latest data every some time and not once a day. Does anyone... -
Temples and very long checks (trapper? agent?)
I have a ruby script that runs some simple statistics via a MySQL connection, and on some larger databases, they may take ~10 seconds, but assume that under heavy load, they can take a minute or so. Here's my predicament as it currently stands (and please call me out if anything here is incorrect):... -
UNIX Time Stamp issue
I have an issue in that i have data going into the database 1 hour ahead on the factual time.
He is what I have
1) a job that collects data into a file, the file includes the time the key was generated
The code to create the time is
TimeStamp = DateDiff("s",... -
Monitoring Apache httpd with python script and Zabbix Sender
I just cross-posted this to IRC, but thought this might be easier to get a response and document for others who have the same problem later on.
--
After setting Zabbix up and configuring everything for ~200 hosts with 10k+ items, I've run into an issue when trying to monitor Apache2.... -
Right Type Of Check For Zabbix_Sender
What type of check should be used for data sent using zabbix_sender? Currently I'm recommending people use "Agent (Active)" but this results in the items showing up as not supported. Any idea how this should be set for items that are pushed?
-Paul