Ad Widget

Collapse

Question for the developers

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sidpal
    Junior Member
    • Oct 2006
    • 13

    #1

    Question for the developers

    First and foremost thank you guys for making something as useful as Zabbix. My question pertains specifically to the size of the key in creating items.

    I am trying to run the following command on one of my servers, the purpose of the command is to see if there are any new services that are added, or any of the required services have closed. The command looks something like this:

    system.run[nmap localhost|grep open|md5sum|awk '{print $1}']

    I went into the database and checked that the size of the key is only 64... if I want to run a command longer than that, will changing the size in the database fix it or do I have to change it anywhere else.

    Thanks for your help
  • dantheman
    Senior Member
    • May 2006
    • 209

    #2
    http://www.zabbix.com/forum/showthre...ghlight=length here is a patch that was created to increase the key length. You can thank James Wells for that.

    Comment

    • sidpal
      Junior Member
      • Oct 2006
      • 13

      #3
      thank you so much dan for pointing me in the right direction and thanks to James for posting the link
      Last edited by sidpal; 12-01-2007, 20:15.

      Comment

      Working...