Ad Widget

Collapse

Hacking the standard items pop up

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • oliverm
    Senior Member
    • May 2006
    • 155

    #1

    Hacking the standard items pop up

    Hi,

    If i wanted to add some custom entries to the list of Standard Items for the Zabbix Agent pop up, which file should I hack about with ?

    I have a new custom item that I want to be shown on that list so that other people here can easily add it to host machines.

    Olly
  • CoSmOzzz
    Junior Member
    • Jul 2007
    • 7

    #2
    Originally posted by oliverm
    Hi,

    If i wanted to add some custom entries to the list of Standard Items for the Zabbix Agent pop up, which file should I hack about with ?

    I have a new custom item that I want to be shown on that list so that other people here can easily add it to host machines.

    Olly
    Hi !

    There is a easy way to do that !
    You have to access to your database and modify the "help_items" table.
    In changing the "help_items" table, data will appear in your pop-up.


    itemtype: (combobox in the pop-up)
    • 0 = Zabbix agent
    • 3 = Simple check
    • 5 = Zabbix internal
    • 8 = Zabbix aggregate


    key_:
    • Item key
    • The key is the name used to call your Userparameter or an item predefined in Zabbix. It can be configured to accept arguments as sent by the server.


    description:
    • The description of the item that will appear in the pop-up, to help people to understand the item funcionality.






    CoSmOzzz

    Comment

    Working...