Ad Widget
Collapse
Template Gallery
Collapse
X
-
Comment
-
windows eventlog autodiscovery
Autodiscovers windows eventlogs and monitors some conditions of autodiscovered.
tested on WinXP, Win7, Win2008r2
put attached powershell script to zabbix-agent directory,
add this (or similar, depending on your %PATH%'s) to zabbix_agentd.conf:
then import template.Code:UserParameter = eventlogs,"C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -File "c:\Program Files\Zabbix Agent\eventlogs.ps1"
Attached FilesComment
-
This is really useful, thank you for this!Sc0rian,
1- How do you deal with a flipping state. From time to time, MD RAID will go to "active" state and back to "clean"?
2- Here is MD_RAID template (work in progress). Suggestions?
https://github.com/linuxsquad/zabbix_mdraidComment
-
Hello,My small contribution to the development of templates
My simple templates for D-Link Management Switches:
D-Link DES-2108, DES-3026, DGS-3100, DGS-3612.
There made monitoring of ports and traffic statistics on ports
You can use them to monitor switches from other manufacturers as well as applied standard MIBs, such as Zyxel ES-2024, ES-2108 etc...
Differences among them only in the number of ports.
Thank you very much for sharing your template d'link. I'm surprised that these unmanaged switch can be monitored by zabbix. How do you do to enable SNMP on these swicth, the DES-2108 for example?Comment
-
Windows eventlog

I am not able to get the eventlog to poll the client.
The items add to the host and are active.
Wireshark shows nothing sent to the client for eventlog.
I found other windows templates which will poll the client.
Template Windows works
Template Windows Baseline works
Template Windows Domain Controller works
I am lost and need help. I am a kiddie scripter and can sometimes follow directions.
Thanks
lewis
Many thanks!
I created a special section in ZABBIX Wiki for XML templates:
http://www.zabbix.com/wiki/doku.php?...trib:templates
Feel free to contribute! Your templates will have a great chance to be included into official ZABBIX distribution.
Thanks for your work.Comment
-
Hi guys,
if you have some Zabbix templates, which can be useful for the community, please share them on github and create pull request https://github.com/zabbix/zabbix-community-reposDevops Monitoring Expert advice: Dockerize/automate/monitor all the things.
My DevOps stack: Docker / Kubernetes / Mesos / ECS / Terraform / Elasticsearch / Zabbix / Grafana / Puppet / Ansible / VagrantComment
-
Hi guys,
if you have some Zabbix templates, which can be useful for the community, please share them on github and create pull request https://github.com/zabbix/zabbix-community-repos
wow great job putting that together. I will push my templates too it when I next have a moment.Comment
-
Hey I have 2 templates found on internet by one guy.
HP LaserJet Color
HP LaserJet B/W
Tried only color one yet but it work just fine for 3 different HP printers. But I use them only for toner level, not sure what you mean with "full" templateComment
-
Find GHOST vulnerable hosts with Zabbix
A simple template to find hosts which have not yet patched for CVE-2015-0235 (known as "GHOST bug")
HOW IT WORKS
The template checks whether the /usr/sbin/glibc_post_upgrade.i686 file date is before 26/1/2015, the day before patches release. It has been tested on RedHat based distribution.
A second item collects /usr/sbin/glibc_post_upgrade.x86_64 file date.
HOW TO USE
1. Download and import the new template. The template name is "Ghost vulnerability check".
2. Link the template to the hosts to be verified or to another template (i.e. Template OS Linux)
3. Allow 10-15 minutes to let Zabbix server collect data from agents (this interval is configurable in item settings)
4. See results in Latest Data, Overview or Triggers screens.Comment
Comment