Vitavonni

Mon, 19 Mar 2007

What the B in blog stands for

Rumor: the B in "blog" actually means beta.

Original text of this post:

You know you've been exposed to too many Web 2.0 applications when you start to think the B in the blogger.com logo is for "beta". I was like WTF, are they making "beta" to be all of their logo now?

And yes, I know about it being a shortened version of "weblog", likely coming from the pun "we blog".

[category: /en/xml | Permalink]

Rechtschreibkorrektur

Tja, manchmal sind die Wörterbücher nicht komplett:

Geschrieben hatte ich "Freundschaften".

Korrekturvorschläge: "Freundschaft", "Feindschaften", "Vormundschaften".

Will mir mein Computer damit etwas sagen?

Wie Roger Cicero singt: "Freunde kommen und gehen, Feinde sammeln sich an."

"Es kann nur einen geben!"

Oder "Du sollst keinen anderen Freund neben mir haben." (Und nein, ich bezeichne meinen Computer nicht als meinen Freund; aber ich schriebe meinem Computer auch keine EMail, sondern einem echten, lebendigen Freund...)

[category: /de | Permalink]

Swing regiert die Welt

... oder zumindest die Vorausscheidung zum Eurovision Song Contest.

Ich war die letzte Zeit so viel Swing-Tanzen, dass ich erst heute mitbekommen habe, dass Roger Cicero gewonnen hat und für Deutschland zum Eurovision Grand Prix fährt. :-)

Auch wenn IMHO "Frauen regier'n die Welt" nicht sein bester Song ist (ich finde "Zieh die Schuh aus" und "Murphys Gesetz" besser), so freut es mich, dass er es geschafft hat, und die Retortenband in ihre Schranken gewiesen hat. :-)

Morgen abend bin ich dann wieder Swing tanzen. :-)

P.S. Dienstag geht der Lindy Hop Kurs bei den Boogie-Bären neu los, wenn ihr also Swing lernen wollt, so kann ich euch Montag abend das Cord in der Sonnenstr. und Dienstag die Boogie-Bären oder den Kurs von Swing and the City (aka: Chris und Cat) empfehlen. Oder nächstes Wochenende den gemeinsamen Workshop von Chris&Cat und (ehem. Weltmeister) Markus&Bärbel für Anfänger und etwas fortgeschrittene Anfänger.

P.P.S. Ich würd ja gerne mal Roger Cicero mit ein paar richtig guten Swing-Tänzern als 'support' auftreten sehen. Aber das aktuelle Lied ist nicht so toll zum tanzen.

[category: /de | Permalink]

Swing rules the world

Roger Cicero will be going for germany to the Eurovision song contest.

With his song "Frauen regier'n die Welt" ("Women rule the world"), which he sings with the impression of being able to himself rule any woman. :-)

His mix is very uncommon: it's swing, but with german lyrics, about love and life, flirting and with a well-dosed amount of macho in it, but not serious but always joking and cool.

YouTube has some video clips with his music. Note that I don't think "Frauen regier'n die Welt" is his best song. Scroll down at least to "Murphys Gesetz" ("Murphys Law", and congrats for not incorrectly adding an apostrophe, it's correct this way...) Last.FM has some excerpts from songs I like better.

I don't know if 'we' have any chance with him (last years' winner was Lordi, some 'schocker' hard-rock-heavy-metal band dressing up like halloween monsters), but he won't come out last for sure. Demographics of the Eurovision contest aren't too favourable for germany, nor are are European relations.

But being a swing dancer, this is just really cool, because it gives my hobby a wider audience. :-)

P.S. If you want to learn Swing dancing in Munich: the Lindy Hop course at Boogie-Bären starts again this tuesday, and I can also recommend the classes of Swing and the city (thats Cat and Chris); there is a beginners and intermediate workshop next weekend with world champions Markus & Bärbel together with Cat and Chris. And of course every monday there is a teaser class at Cord.

P.P.S. I'd really love to see Roger Cicero perform together with some good Lindy dancers as show act. Probably a different song then, though.

[category: /en | Permalink]

Enhanced network monitoring

So far, all network monitoring solutions I've tested suck.

  • Nagios, the dinosaur of network monitoring is a pain to configure, and somewhat half of it's features feel incomplete to me. It also spawns a lot of processes, which probably isn't very efficient. I find the UI pretty much useless, thats why I rely mostly on "naglite" (a dirty PHP script) to provide a status screen. I don't think it has any "numerical" monitoring for things like e.g. diskspace, you can only configure alerts when it hits a certain trigger value. I have to admit that Nagios is very powerful when it comes to alerting people based on schedules etc. That probably us why it's #1 for monitoring, it can be setup to send an alert to exactly the right person on duty... Another good feature is the scheduling of downtimes.
  • Munin, formerly known as LRRD, is a general purpose graphing tool. It's especially useful in combination to nagios, since it provides some features nagios is missing and duplicates little. Nagios is nice for doing e.g. a usage analysis of you VPN or graphing network load etc. However it doesn't do trend or some more complex analysis.
  • Zabbix is written in PHP, and suffers apparently from the same problems as most PHP programs: looks like it's great, but lots of stuff isn't working right or correctly. To me it felt like it was developed without a master plan or any kind of software engineering in the background, but by randomly adding and changing features. I found configuring it a pain, I was tempted to write my own configuration tool for it. But maybe they've changed their configuration again, they had been doing that pretty much every version back then (one of the reasons why I felt it was developed without much of a plan). I also had the impression that it's monitoring is quite inefficient and not capable of handling irregularities in scheduling well. So as long as your network is working great, it will probably work as well, but if you have some serious network problems, it will maybe get totally messed up.
  • NetMRG can plot you all kinds of graphs you do not need.
  • Tons of other monitoring tools I tested which had random problems, from just being able to graph data, but not to assign a meaning to them to being a Java GUI app...

What I'm looking for is a network monitoring solutions, which

  • Allows me to setup monitoring with the host, service model I use for my tasks, ideally even allowing me to easily move a service from one host to another. Should be class based, and allow multiple classes per system.
  • Understands that some services are important (e.g. firewall), and others are not (paper availability in the printers)
  • Doesn't waste my time with millions of configuration settings, network mapping, SNMP digits, listing every single SNMP value...
  • Doesn't bother me with all the thousands of values it could collect
  • Handles dependencies, and doesn't alert me separately for obvious consequences
  • Has a good alerting system, with little to setup
  • Has a good monitoring scheduler, that will adjust it's monitoring interval to the current monitoring load (e.g. reduce scheduling density when all services are timing out, do multithreaded pinging / querying of hosts, avoid busy polling, use push instead of poll where possible.
  • Has a very minimalistic status screen, as long as everything is okay it should just say so; if something is down, it should show some report on what is wrong, but never ever fill the screen. The main monitoring screen doesn't have a mousewheel or any other input device! (Test: should be useful even without colors!)
  • Multi-host monitoring with synchronization, so I can e.g. have a monitoring service in the internal network and one in the DMZ. If they are disconnected, they monitor independenctly and merge data afterwards.
  • Does real trend analysis on numeric values, with some prediction model, for e.g. diskspace. Diskspace often follows daily, weekly and monthly patterns. Especially log file partitions. The monitoring tool should alert me if it looks like the disk is going to be full "anytime soon", not just when it's too late!
  • Not written in a bad language such as PHP, efficient, not spawning thousands of processes...

Pretty much every monitoring solution I've seen so far is great at collecting tons of data, but doesn't help me with actually handling this amount of data.

Anyone has a recommendation for a good network monitoring tool?

I'd be really interested in doing the last point - a real statistical analysis for network monitoring. This would be so useful... predicting peaks in network usage, predicting when a system will be overloaded or a disk full... but I'm phasing out of network administration; so my interest here is mostly in being able to give advice to others.

[Update: no, you don't need to point me to Cacti. It's just another grapher and data collector that doesn't actually do what I would call 'monitoring'. It also seems to not have a smart scheduler, and is written in PHP (which is bad!) I was also told a non-success story with OpenNMS which just crashed when adding a host to be monitored with a totally unhelpful stack trace. I had a look at their online demo, but it felt very complex and not very useful to me...]

[category: /en/linux | Permalink]
Menu
[planet.debian]
[planet.xmlhack]
[planet SELinux]
[munichblogs]
[email]
[RSS 2 feed]
[English RSS 2]
Categories
< March 2007 >
SuMoTuWeThFrSa
     1 2 3
4 5 6 7 8 910
11121314151617
18192021222324
25262728293031
Archives
2010-Jul
2010-Jun
2010-May
2010-Apr
2010-Mar
2010-Feb
2010-Jan
2009-Dec
2009-Nov
2009-Oct
2009-Sep
2009-Aug
2009-Jul
2009-Jun
2009-May
2009-Apr
2009-Mar
2009-Feb
2009-Jan
2008-Dec
2008-Nov
2008-Oct
2008-Sep
2008-Aug
2008-Jul
2008-May
2008-Apr
2008-Mar
2008-Feb
2008-Jan
2007-Dec
2007-Nov
2007-Oct
2007-Sep
2007-Aug
2007-Jul
2007-Jun
2007-May
2007-Apr
2007-Mar
2007-Feb
2007-Jan
2006-Dec
2006-Nov
2006-Oct
2006-Sep
2006-Aug
2006-Jul
2006-Jun
2006-May
2006-Apr
2006-Mar
2006-Feb
2006-Jan
2005-Dec
2005-Nov
2005-Oct
2005-Sep
2005-Aug
2005-Jul
2005-Jun
2005-May
2005-Apr
2005-Mar
2005-Feb
2005-Jan
2004-Dec
2004-Nov
2004-Oct
2004-Sep
2004-Aug
2004-Jul
Other links:
Swing and the City - Lindy Hop in Munich