Hello again!
I am trying to insert some Portuguese performance counters as items in Zabbix Server, but in the webpage "items.php" I get an error: "Cannot update item" if I try to insert an item like this:
perf_counter\Disco Lógico\Operações de Leitura/Seg
(Translates to Logical Disk\read operations/seg...)
If I insert a "standard" performance counter, with no portuguese characters, if inserts the record in the items table in Zabbix database correctly. Of course, later on the Zabbix agent does not return any value...
My question is:
- Is the PHP page/frontend blocking my non-standard input?
- Is the default MysQL Charset enough? I have tried to alter the key_ row charset type to "UTF-8" and still no luck..
Thanks in advance,
Ivo Pereira
IT Consultant
Portugal
I am trying to insert some Portuguese performance counters as items in Zabbix Server, but in the webpage "items.php" I get an error: "Cannot update item" if I try to insert an item like this:
perf_counter\Disco Lógico\Operações de Leitura/Seg
(Translates to Logical Disk\read operations/seg...)
If I insert a "standard" performance counter, with no portuguese characters, if inserts the record in the items table in Zabbix database correctly. Of course, later on the Zabbix agent does not return any value...
My question is:
- Is the PHP page/frontend blocking my non-standard input?
- Is the default MysQL Charset enough? I have tried to alter the key_ row charset type to "UTF-8" and still no luck..
Thanks in advance,
Ivo Pereira
IT Consultant
Portugal