Mercurial > bottledash
changeset 32:a957a56bb694
release zur abgabe
author | sean |
---|---|
date | Sun, 23 Aug 2015 21:52:33 +0200 |
parents | a43fa30655e9 |
children | bef9105f2d28 |
files | dash.py doc/connect_with_mon/bottledash.alert |
diffstat | 2 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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:
--- 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');