Ad Widget

Collapse

Template Gallery

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • lewis15
    replied
    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
    Originally posted by Alexei
    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.

    Leave a comment:


  • anunez
    replied
    Originally posted by dudink
    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.
    Hello,
    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?

    Leave a comment:


  • Sc0rian
    replied
    template to monitor ssl expiry dates. The script uses Zabbix Discovery and in this case cli53 as a dns server to get all host names.

    Retrieve expiry dates on SSL certificates using CLI53 and Zabbix Descovery to automatically generate alerts - bhcopeland/zabbix-sslexpiry-discovery

    Leave a comment:


  • Sc0rian
    replied
    pretty unlikely but anyone who is in Cambridge/UK and wants to monitor the local weather station I made this:

    Attached Files

    Leave a comment:


  • crisis
    replied
    Hi everyone,

    I search many forums that have not more templates about dell switch.
    Anyone has a template like interface, cpu temperature statistic for Dell Powerconnect 6224 and 2824 model? Thanks.

    Leave a comment:


  • molabar
    replied
    HI everyone,

    Just found this topic, perhaps is not followed anymore but I would like to know if anyone has a (full) template for a HP Color LaserJet CM6040 MFP by any hazard?

    Many thanks!

    Leave a comment:


  • Sc0rian
    replied
    Originally posted by linuxsquad
    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_mdraid
    This is really useful, thank you for this!

    Leave a comment:


  • BAKMAH
    replied
    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:
    Code:
    UserParameter = eventlogs,"C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -File "c:\Program Files\Zabbix Agent\eventlogs.ps1"
    then import template.
    Attached Files

    Leave a comment:


  • linuxsquad
    replied
    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?

    Leave a comment:


  • Sc0rian
    replied
    Originally posted by linuxsquad
    Is any one interested in MD RAID (software) on Linux with auto-discovery? Almost done, will be posting on github or wiki.

    Testers are welcomed

    OB
    go for it.

    I made a very simply UserParameter which check if the mdadm is in a clean state or not.

    Code:
    UserParameter=mdadmcheck,sudo mdadm -D /dev/md0 |awk '/^[[:space:]]*State :/{if ($NF == "clean")  exit 0; exit 1}'; echo $?
    Last edited by Sc0rian; 03-07-2013, 13:25.

    Leave a comment:


  • linuxsquad
    replied
    MD RAID template with auto-discovery

    Is any one interested in MD RAID (software) on Linux with auto-discovery? Almost done, will be posting on github or wiki.

    Testers are welcomed

    OB

    Leave a comment:


  • theocastelo
    replied
    Originally posted by eskytthe
    amazing infos

    thanks for sharing this...

    Leave a comment:


  • eskytthe
    replied
    Maybe this - but you need to make your own template.

    BR
    Erik

    Leave a comment:


  • egner
    replied
    Template for Linux

    Hi there,

    I am searching for a Linux template that working with disk checks.
    That one that come with Zabbix 2.0.5 has only 32 items. So i will be rely glad if someone can help me with one that have a lot more items and also work with zabbix 2.0.5

    /Egner

    Leave a comment:


  • qix
    replied
    APC Switched Rack PDU

    I've added a template for an 8 port APC Switched Rack PDU to my github, please feel free to give it a spin if you need it.



    It includes triggers for On/Off/Error state of each port, uptime and load thresholds for the entire device based on the thresholds that are set on the device itself. Also a simple load graph is included. Enjoy!

    Leave a comment:

Working...