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
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
Comment