Linux : Monitoring And supervision with Zabbix
Here is some notesĀ of my own Zabbix monitoring system installation (debian based). It has been done since a while now, but I never took the […]
Continue reading »Sharing few experiences that may be of any interest…
Here is some notesĀ of my own Zabbix monitoring system installation (debian based). It has been done since a while now, but I never took the […]
Continue reading »Here is a way I found to make full a full text search on entire words only with postgreSQL (tested on v8.1):
|
1 2 |
select field1,field2 from my_table where field1 similar to '[[:<:]]myword[[:>:]]' |
Link to […]
Continue reading »