Hi,
i'm new to zabbix, i have some experience with linux and windows administration, and i have idea of how to do the tricks
First i had to create a new item and a new trigger for apache2, also i want to know if it's possible to modify the scripting in order to get a one-in-two-possible check: something like
knowing that i accept the idea of creating the new item and trigger but i want to do (after new hosts come in the monitoring circle) only the good check (apache1 or 2), because i would want to just modify one time Template_Linux and that's all with new hosts coming up with linux and agent installed (currently i disable apache1 or apache2 check for each case).
Next, i searched and found in the forum that monitoring sql server performance was possible, but did not found something in the wiki.
Same goes with exchange (but i just need to verify that its port is OK AND the banner come), and viewing windows logs.
thank you supporting
i'm new to zabbix, i have some experience with linux and windows administration, and i have idea of how to do the tricks

First i had to create a new item and a new trigger for apache2, also i want to know if it's possible to modify the scripting in order to get a one-in-two-possible check: something like
Code:
{ZABBIX Server:proc.num[httpd].last(0)}<1 [B]OR[/B] {ZABBIX Server:proc.num[apache2].last(0)}<1
Next, i searched and found in the forum that monitoring sql server performance was possible, but did not found something in the wiki.
Same goes with exchange (but i just need to verify that its port is OK AND the banner come), and viewing windows logs.
thank you supporting
i do not have any zabbix log created on a win32 client, i tried this
corrected.
Comment