Some more or less fundamental problems of Zabbix:
Transfers between server and agent are un-authenticated and un-encrypted. zabbix_sender connects to the right TCP Port and that’s it. values are being transferred one by one. If I do a “df” and get 10 values for 10 mounted filesystems, then the zabbix server will make 10 TCP connections to get those values and will call 10 times df
Read on
Nach ca. 8 Jahren war es an der Zeit, unserer Homepage ein neues Design zu gönnen. Die Technologie hat zwar unterdessen bereits zweimal geändert. Zuerst war die Seite Apache Cocoon-basiert, dann wurde sie von AxKit per XSL aufbereitet und seit ca. zwei Jahren steckt die Ruby on Rails Blog Software Mephisto hinter den Kulissen. Wir haben Wert darauf gelegt, dass auch achtjährige Artikel noch unter der selben Adresse wie anno dazumal zu finden sind.
Read on
Mapfish is mapping application framework based on OpenLayers for the mapping part, and on ExtJS for the GUI (widgets) part.
The server part in version 1.0 is available as Java and Python implementation. We contributed recently an additional server implementation written as a Ruby on Rails plugin.
See the README for more information.
Read on
English Problem How can I type czech characters, in particular characters with a tick on them, such as f.ex. ‘š’?
Solutions The solutions below should be working under Gnome and Xfce. Both solutions can be combined if desired.
Solution 1 - using the compose key This solution uses the “compose key”. You press a special key. After that you press two or more other keys. And the keyboard subsystem will try to combine the presses keys into a character.
Read on
There’s some interesting piece of software that I want to experiment with. It includes an example Rails application. Nice:
# apt-get install rails $ cd interesting-example-rails-app $ ./script/server Missing the Rails 2.0.2 gem. Please `gem install -v=2.0.2 rails`, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed. Uhm, well, why?
$ dpkg -s rails | grep Version Version: 2.
Read on