Ad Widget

Collapse

Template Gallery

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Starbase
    commented on 's reply
    Hello mehow, any chance you can make this xml compatibel with current zabbix?

  • richlv
    replied
    Originally posted by tberton
    I've made the memcache template before I saw jamied66 recently posted his.
    This template has 21 items, 1 screen and 10 graphs.

    Usage:

    Add the following UserParameter (and modify the ip address if neccessary):
    Code:
    UserParameter=memcache[*],echo -e "stats\nquit" | nc 127.0.0.1 11211 | grep "STAT $1 " | awk '{print $$3}'
    the attached template was broken - probably caused by the 1.8 version, used to export it. the template name was missing in y axis max references (https://support.zabbix.com/browse/ZBX-2978) and y axis max type was broken. if there's some interest in seeing what that template had, attaching a fixed version here.
    Attached Files

    Leave a comment:


  • szabszi
    replied
    Fail with import templates from templates gallery

    Dear all,

    I download few templates from the Zabbix template gallery but I always getting "Incorrect file upload". I tested to export a builtin template and re-import that and it worked well. As far as I could see there is no any problem with the files.

    any idea?

    bests,

    Szabszi

    Leave a comment:


  • MadeinTheBrasil
    replied
    Template HP Switch 5120

    I would like to begin by thanking all of the forum.

    I need help, which the template should I use for the HP 5120 Switch 24 and 48 Ports.

    Device Name: A5120-EI

    Product Information: HP A5120-48G EI Switch with 2 Interface Slots Software Version 5.20.99

    Thank you very much!

    Leave a comment:


  • Alexei
    replied
    Guys, please consider uploading your templates to share.zabbix.com, that's the sharing platform we launched recently. The templates will get much better visibility.

    Leave a comment:


  • 4sag
    replied
    Template MFP HP

    Template Printer HP M225
    Template Printer HP M725
    Attached Files
    Last edited by 4sag; 21-05-2015, 21:18.

    Leave a comment:


  • hafakor
    replied
    Template AKCPSecureProbe

    Template AKCPSecureProbe
    Attached Files

    Leave a comment:


  • hafakor
    replied
    Template HP Color Laserjet

    Template HP Color Laserjet CP1525N and CP5225DN Tested

    Leave a comment:


  • hafakor
    replied
    Konica C25 and C224 Template

    Konica C25 and c244 Series Turkish template
    Attached Files

    Leave a comment:


  • aresmax
    replied
    3Com Switch 5500G-EI 48-Port and 24-Port

    Two templates for 3Com Switch 5500G-EI 48-Port and 3Com 5500G-EI 24-Port.

    3Com 5500G-EI 24-Port
    Code:
    3Com Corporation
    Switch 5500G-EI Software Version 3Com OS V3.03.02s168p23
    Copyright (c) 2004-2014 3Com Corporation and its licensors, All rights reserved.
    Switch 5500G-EI uptime is 1 week, 3 days, 14 hours, 18 minutes
    
    Switch 5500G-EI 24-Port with 1 Processor
    128M    bytes SDRAM
    16384K  bytes Flash Memory
    Config Register points to FLASH
    
    Hardware Version is REV.C
    CPLD Version is 002
    Bootrom Version is 5.05
    [Subslot 0] 24GE+4SFP  Hardware Version is 00.00.00
    [Subslot 2] 2 STACK Hardware Version is REV.C
    3Com Switch 5500G-EI 48-Port
    Code:
    3Com Corporation
    Switch 5500G-EI Software Version 3Com OS V3.03.02s168p23
    Copyright (c) 2004-2014 3Com Corporation and its licensors, All rights reserved.
    Switch 5500G-EI uptime is 1 week, 3 days, 12 hours, 53 minutes
    
    Switch 5500G-EI 48-Port with 1 Processor
    128M    bytes SDRAM
    16384K  bytes Flash Memory
    Config Register points to FLASH
    
    Hardware Version is REV.C
    CPLD Version is 002
    Bootrom Version is 5.05
    [Subslot 0] 48GE+4SFP  Hardware Version is 00.00.00
    [Subslot 2] 2 STACK Hardware Version is REV.C
    Attached Files

    Leave a comment:


  • bitmind
    replied
    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.

    Leave a comment:


  • Koto137
    replied
    Originally posted by molabar
    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!
    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" template
    Attached Files

    Leave a comment:


  • Sc0rian
    replied
    Originally posted by jan.garaj
    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.

    Leave a comment:


  • jan.garaj
    replied
    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

    Leave a comment:


  • Sc0rian
    replied
    nvidia-smi, temperature, fan speed and memory details. Zabbix UserParameter and Template - nvidia_zabbix_template.conf


    just got my desktop on linux and put the nvidia gfx cards on zabbix.

    here is a simple nvidia-smi script if anyone needs it.

    Leave a comment:

Working...