Tagged Questions

Zabbix is free open source monitoring solution

learn more… | top users | synonyms

3
votes
5answers
126 views

Looking for a more efficient (and portable) way to obtain (numeric) file permissions in unix

Short background: I need to monitor the permissions on a unix file (a directory) with ZABBIX to see if/when they change. ZABBIX doesn't have any built in like vfs.file.mode[xxxx] for this, so I had to ...
3
votes
4answers
757 views

How to integrate .NET and Zabbix?

I have a .NET app that must send data to a Zabbix server. How to do that?
2
votes
1answer
92 views

How to make zabbix monitor django apps on an apache server

I have an apache server under Debian that runs several RESTful application written in Python with Django and Piston. These apps use SQLAlchemy to access data from a MySQL server. The server is ...
2
votes
1answer
285 views

How do I create a graph in Zabbix with a calucated field based on the count of log entries?

I have an item setup to monitor fatal errors, and I want to add another item so that it calculates the count of the fatal errors and graphs them. Using this key: ...
2
votes
5answers
5k views

Tool for parsing smtp logs that finds bounces

Our web application sends e-mails. We have lots of users, and we get lots of bounces. For example, user changes company and his company e-mail is no longer valid. To find bounces, I parse smtp log ...
1
vote
3answers
129 views

JMX Monitoring using Zabbix

I need to see what memory size, CPU usage and so on for my application, found zabbix as monitoring tool and want to create bridge between zabbix and my app. I do not want to add additional module with ...
1
vote
1answer
581 views

How to expose data to zabbix

Here is my goal: I would like to be able to report various metrics to zabbix so that we can display the graphs on a web page. These metrics include: latency per soap service submission various ...
0
votes
0answers
77 views

Install/enable php bcmath support on hp-ux web server suite

How to enable php bcmath, gd, mbstring like packages on hp-ux web server suite. I dont want to install a new fresh copy of php as it already there with the web server suite. I am using web server ...
0
votes
1answer
47 views

Zabbix web scenarios - how to include the content of the web response in notifications?

I have notifications coming back from web scenarios that say "PROBLEM' and "OK". I would like to include the content of the web response when a problem happens. I'm not worrying about header values, ...
0
votes
0answers
35 views

How to get the Log file name that we are monitoring using Zabbix?

I am trying to get the log file's name that we are monitoring using zabbix. Is there a way to do this?
0
votes
4answers
417 views

Best alternative to zabbix to monitor website, http server, web service, simulate get, post

Anybody knows open source alternatives to zabbix to monitor website, performance, simulate get, post support authentification, https... Other tools nagios/frontends to nagios, cacti, etc are perfect ...
0
votes
0answers
328 views

Zabbix - calculated item function over multiple items

From the Zabbix Manual the calculated items expression follows the form, func(<key>|<hostname:key>,<parameter1>,<parameter2>,...) This is fine for computations using ...
0
votes
0answers
317 views

which monitoring system would you prefer: nagios, zabbix, cacti

We have a web system like this: 10 servers with files and one front server which serves the web. We need to see the whole picture of what's going on with them. What monitoring system would you ...
0
votes
2answers
264 views

Item time is off by 2/3 hours

I have two instances of zabbix running on two different RHEL servers. Data presented in web user interface on one are off by 2 hours and on the other by 3 hours (ahead). For example instead of 15:00 ...
0
votes
2answers
368 views

Does Nagios have an API that can control targets?

In Zabbix, there is a well documented (although in Draft status) API for instantiating targets and controlling them. Does such an API exist in Nagios? The need for this is a cloud-based ...
0
votes
1answer
228 views

active directory monitoring

I want to develop a monitoring tool to monitor active directory like (solar wind,op manager etc). For this purpose,I have chosen Zabbix(an open source tool) to monitor AD and provide me real time ...
0
votes
3answers
1k views

Zabbix: is it possible to monitor arbitrary string variable?

We are using Zabbix for services monitoring. There are some essential monitoring configured. I want to have timeline of version strings of my service along with this monitorings. That would give me ...