# HG changeset patch # User sean # Date 1440359553 -7200 # Node ID a957a56bb6941aa4dd08e7629e221cbf9b6b453e # Parent a43fa30655e92b6643b49b3324dc3c56f76bc6d0 release zur abgabe diff -r a43fa30655e9 -r a957a56bb694 dash.py --- a/dash.py Tue Aug 18 13:05:55 2015 +0200 +++ b/dash.py Sun Aug 23 21:52:33 2015 +0200 @@ -93,7 +93,7 @@ # example: # -------------------- # [settings] -# show_top_bar=True +# show_top_bar=False # rows=3 # -------------------- # options: diff -r a43fa30655e9 -r a957a56bb694 doc/connect_with_mon/bottledash.alert --- a/doc/connect_with_mon/bottledash.alert Tue Aug 18 13:05:55 2015 +0200 +++ b/doc/connect_with_mon/bottledash.alert Sun Aug 23 21:52:33 2015 +0200 @@ -23,7 +23,6 @@ # the argument passed to the script should be the service-name in the # dash.conf from the bottledash-configuration -#!/usr/bin/perl use LWP::UserAgent; use Getopt::Std; @@ -31,7 +30,7 @@ $ALERT = $opt_u ? "UPALERT" : "ALERT"; -my $server_endpoint = "http://localhost:8000/updown"; +my $server_endpoint = "http://localhost:8080/updown"; my $ua = LWP::UserAgent->new; my $req = HTTP::Request->new(POST => $server_endpoint); $req->header('content-type' => 'x-www-form-urlencoded');