Tag:
webmonitoring

What is Network Monitoring? Everything You Need to Know
September 7, 2023
Community
Your company’s network is the glue that bonds your enterprise together. The technology of networking is growing more stable and reliable all the time, but it doesn’t mean you can leave your network unattended – quality network monitoring is an absolute must-have.

Handy Tips #9: Native SSL/TLS certificate monitoring
October 29, 2021
Handy Tips
Track TLS/SSL certificate validity and expiration using the new Zabbix agent 2 template. Previously, Zabbix users had to rely on custom scripts to monitor website certificates as there was no native out-of-the-box solution to check TLS or SSL certificate validity and expiration date. This problem has been solved with the introduction of the new WebCertificate […]

Security-Related Monitoring with Zabbix
November 25, 2019
Conferences
Learn how Zabbix can help you to build a security monitoring solution to detect various IT infrastructure vulnerabilities like weak configurations, open ports, unsecured web-pages, physical intrusions, corrupted files, and many other issues.

Apache HTTP Server monitoring
May 22, 2019
How To
Apache performance and understanding /server-status metrics Apache Statistics Module: mod_status Understanding website performance and Apache uptime should begin with external monitoring, i.e. Zabbix, which allows you to discover problems from a user’s perspective. Such problems involve:

Zabbix 2.4 features, part 8 – Debugging web and VMware monitoring
October 15, 2014
Technical
In the previous two blog articles we looked at really great improvements in Zabbix 2.4 to help with debugging/troubleshooting – ability to change loglevel for a running daemon (any sub-process, even) and various smaller validation and error reporting improvements. There is yet another improvement in this area, though – improved debugging capabilities for the built-in […]
Zabbix 2.4 features, part 4 – Web monitoring URL limit increased to 2048
August 20, 2014
Technical
Also known as that minor improvement some people just love. We already discussed most web monitoring related improvements for Zabbix 2.4, but there’s this one tiny thing left… an increase for the maximum URL length.
Zabbix 2.4 features, part 3 – SSL verification and authentication controls
July 21, 2014
Technical
In these Zabbix 2.4 feature series we have already seen some improvements for the built-in web monitoring – the ability to specify custom headers and control redirects. Web monitoring got improved further – let’s explore the new options regarding SSL authentication. There are two of them: Verifying SSL certificates Supplying client certificate
Zabbix 2.4 features, part 2 – Controlling redirects and header retrieval for web monitoring
July 10, 2014
Technical
Continuing with the improvements for the upcoming Zabbix 2.4, there are several improvements for the web monitoring. In previous versions Zabbix always followed redirects and retrieved the full page – now both of these things can be controlled.

Zabbix 2.2 features, part 8 – Reusing content in web monitoring
May 9, 2013
Technical
In several previous articles in the Zabbix 2.2 series we already discussed several improvements for web monitoring – the ability to template it, customise the amount of retries and the ability to specify an HTTP proxy on the scenario level. There’s more – in 2.2 it will also be possible to parse content from a […]
Zabbix 2.2 features, part 6 – Returning values from webpages
May 7, 2013
Technical
Zabbix has allowed to check whether a webpage contains a specific string for a long time – using the web.page.regexp[] agent item one could verify whether page contents match a regular expression or not, and return the matched string. But what if multiple matches were possible, but we were interested in a specific one? There […]
Zabbix 2.2 features, part 4 – HTTP proxy for web monitoring
February 6, 2013
Technical
Having explored two other improvements to the built-in web monitoring – ability to template it and change retry count – let’s take a look at another one. Until Zabbix 2.2, it was not possible to set HTTP proxy for web monitoring… well, that’s not entirely true – with a hack one could set HTTP proxy for […]
Zabbix 2.2 features, part 3 – Web scenario retries
January 10, 2013
Technical
Let’s continue our series about the improvements that are coming in Zabbix 2.2. We already examined one web monitoring improvement – ability to template it. But there’s more – in 2.2 you will be able to specify how many times a web scenario should be retried.