Ad Widget

Collapse

Template Gallery

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • tof233
    replied
    Zabbix performance monitoring

    Hi,

    Here is a small template to monitor Zabbix performances.

    Zabbix_Performance (7 Items)
    Free space in the buffer
    Free space in the history buffer in percentage
    Free space in the text buffer in percentage
    Free space in the trend buffer in percentage
    Number of values processed by Zabbix server.
    Required performance of the Zabbix server, in new values per second expected.
    Stores warning and error messages generated by Zabbix server.
    Zabbix_Queue (4 Items)
    Number of items in the Queue (1-5min)
    Number of items in the Queue (<1min)
    Number of items in the Queue (>5min)
    Number of items in the Queue (total)
    Zabbix_Size (3 Items)
    Number of items in Zabbix database
    Number of unsupported items in Zabbix database
    Zabbix Database
    Pour superviser la taille de la bdd, il faut rajouter ça dans le Zabbix_agentd.conf :
    UserParameter=mysql_zabbix,/usr/bin/mysqlshow -u username -ppassword --status dbname | cut -d\| -f 8,10 -s --output-delimiter="|" | awk -F"|" '{ total = total+$1+$2 } END {print total}'
    Attached Files
    Last edited by tof233; 21-01-2011, 16:31.

    Leave a comment:


  • Nerfux
    replied
    APC InROW updated template

    Hi

    Just finish configured this my on zabbix serverer.

    The one in wiki was a bit old and didnt work
    Attached Files

    Leave a comment:


  • subba5678
    replied
    Hi,
    I want to monitor windows Real Memory utilization , Can you please help me how to create a template for the same.

    Thanks,
    Subbu

    Leave a comment:


  • da_oli
    replied
    Originally posted by pedrie123
    hey thanks I searched for an hour to get to this post..just came across while my search for solution.tried it and worked at once..this was an old post so it saved my time of asking for sugestion all new
    I also tried it but without success.
    I changed all the items in the template from zabbix agent to zabbix agent active.

    but i still get Not supported by zabbix agent.

    i tried this one in the agentd.conf on the memcache server
    Code:
    UserParameter=memcache[*],echo -e "stats\nquit" | nc 127.0.0.1 11211 | awk '/STAT $1 /{print $$3}'
    and with echo -e "stats\nquit" | nc 127.0.0.1 11211 on the memcache server i got

    Code:
    STAT pid 1303
    STAT uptime 935443
    STAT time 1289303698
    STAT version 1.4.2
    STAT pointer_size 64
    STAT rusage_user 6036.790000
    STAT rusage_system 17670.220000
    STAT curr_connections 396
    STAT total_connections 373710
    STAT connection_structures 1763
    STAT cmd_get 847865659
    STAT cmd_set 32997208
    STAT cmd_flush 0
    STAT get_hits 847865659
    STAT get_misses 30064051
    STAT delete_misses 29372
    STAT delete_hits 69258
    STAT incr_misses 0
    STAT incr_hits 0
    STAT decr_misses 0
    STAT decr_hits 0
    STAT cas_misses 0
    STAT cas_hits 0
    STAT cas_badval 0
    STAT bytes_read 126777015596
    STAT bytes_written 622121206893
    STAT limit_maxbytes 15032385536
    STAT accepting_conns 1
    STAT listen_disabled_num 0
    STAT threads 4
    STAT conn_yields 0
    STAT bytes 1295325135
    STAT curr_items 654207
    STAT total_items 32997208
    STAT evictions 0
    END
    any ideas what misstake i did?

    Leave a comment:


  • justinmecham
    replied
    Xerox Meters

    Not sure how much value this is to anyone, but it sure makes it easy for me to do a meter read on my facility.

    Tested working with 7435 and 4250 model Xerox Workcentre.
    Attached Files

    Leave a comment:


  • abdulet
    replied
    Bash script to create templates easily

    Hello all,

    Here is a bash script that scan a device and allow the selection of items to be added to a template in a wizard way, it support extension by modules in two ways, to manage some special OIDs (like network device ones) and by defining output modules (that builds the final result, at the moment a zabbix template)

    The zabbix template module can build multi or single graph items.

    Just download, untar the file, cd make_template and run:

    bash make_template.sh -i -a IP_ADDRESS SNMP OPTIONS

    and follow the wizard.

    The script generate an OID file that is used by template_modules to make the final template

    send me bugs (sure they ll be there) improvements you do or whatever related to the script

    Download it here

    enjoy it

    Leave a comment:


  • peter-china
    replied
    Cisco IP SLA Monitor

    Hi experts,

    I want to monitor cisco IP SLA items, how to find out related MIB OID?

    Thanks so much!

    Leave a comment:


  • Axilla
    replied
    Template_96_Port_SNMPv2_Basic_Switch

    This is a template I made. I had the need for a 96 port switch template. We have quite a few 48 port switches linked together. So here it is. With 96 nicely labled graphs. Inbound and Outbound. This should work with almost any switch that support SNMP V2..

    Tested:
    HP Procurve
    Netgear GS748TS
    Attached Files

    Leave a comment:


  • jacifr09
    replied
    Nortel

    Hi
    I was wondering if anyone had a template created or in progress for Nortel passports?

    thanks

    Leave a comment:


  • rs26
    replied
    Hi all,


    I've created a template for HP UPS R5500. It runs with HP UPS Management Module Firmware Version: 2.1.3

    It includes :

    10 items : Description, UPS Status, Battery Capacity, Charge (%), Charge (Watts), Battery test result, temperature mesure, INPUT Voltage, OUTPUT Voltage. (Language : English and French)

    5 alarms : UPS Status, Electric charge, Battery Test validation, Temperature and Input Voltage mesure.

    Not graphs for the moment.

    Have a nice day.
    Attached Files

    Leave a comment:


  • magawake
    replied
    There are many templates here but there isn't a good Linux with SNMP v1/v2 template out there.

    Can someone please create one with graphs on it? It would be much appreciated...
    ________
    Honda C70
    Last edited by magawake; 16-03-2011, 20:07.

    Leave a comment:


  • Axilla
    replied
    ColdFusion 8 Template

    Monitors ColdFusion 8 Services w/ triggers returned for any state other then running.

    Monitored:
    ColdFusion 8 .NET Service
    ColdFusion 8 Application Server
    ColdFusion 8 ODBC Agent
    ColdFusion 8 ODBC Server
    ColdFusion 8 Search Server
    Attached Files

    Leave a comment:


  • Axilla
    replied
    ColdFusion 9 Template

    I created my own thread before I realized there was a template gallery. Here is my ColdFusion 9 Template.

    Monitors the following service states with triggers.

    ColdFusion 9 .NET Service
    ColdFusion 9 Application Server
    ColdFusion 9 ODBC Agent
    ColdFusion 9 ODBC Server
    ColdFusion 9 Search Server
    ColdFusion 9 Solr Service
    Attached Files

    Leave a comment:


  • tberton
    replied
    You could try an alternative command like this:
    Code:
    UserParameter=memcache[*],echo -e "stats\nquit" | nc 127.0.0.1 11211 | awk '/STAT $1 /{print $$3}'

    Leave a comment:


  • homozavr
    replied
    zabbix user parametes in memcache

    i guess that is problem in part of user parameter
    | grep grep "STAT $1 "
    when in my zabbix_agentd.conf
    UserParameter=memcache[*],echo -e "stats\nquit" | nc 127.0.0.1 11211
    i test it from zabbix server
    zabbix_get -s my.server.com -k memcache[bytes]
    i saw in zabbix agent log
    Processing request.
    Requested [memcache[bytes]]
    Before
    Run remote command [echo -e "stats\nquit" | nc 127.0.0.1 11211] Result [5] [ERROR]...
    Sending back [ERROR]
    ============================
    in other case with
    UserParameter=memcache[*],echo -e "stats\nquit" | nc 127.0.0.1 11211 | grep "STAT $1 "
    in zabbix agent log appear
    Requested [memcache[bytes]]
    Before
    Sending back [ZBX_NOTSUPPORTED]

    Leave a comment:

Working...