From 2e9774e6209fb55381f4549a77b17f0e4427c451 Mon Sep 17 00:00:00 2001 From: floh1111 Date: Wed, 15 Jun 2011 11:37:08 +0000 Subject: [PATCH] Increased timeout and retry, fixed possible bug in DADA string --- root_file_system/default/etc/config/nodewatcher | 6 +++--- root_file_system/default/etc/nodewatcher.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/root_file_system/default/etc/config/nodewatcher b/root_file_system/default/etc/config/nodewatcher index e22841f0..aabf44f5 100644 --- a/root_file_system/default/etc/config/nodewatcher +++ b/root_file_system/default/etc/config/nodewatcher @@ -7,8 +7,8 @@ config 'api' option 'ipv4_address' '1' option 'ipv6_interface' 'br-mesh' option 'ipv6_address' 'fe80::201:2ff:fe03:405' - option 'timeout' '3' - option 'retry' '3' + option 'timeout' '5' + option 'retry' '5' config 'update' option 'autoupdate' '1' @@ -23,4 +23,4 @@ config 'crawl' config 'network' option 'mesh_interface' 'br-mesh' - option 'client_interfaces' 'ath0' \ No newline at end of file + option 'client_interfaces' 'ath0' diff --git a/root_file_system/default/etc/nodewatcher.sh b/root_file_system/default/etc/nodewatcher.sh index 99367cac..0bcc80ca 100755 --- a/root_file_system/default/etc/nodewatcher.sh +++ b/root_file_system/default/etc/nodewatcher.sh @@ -424,7 +424,7 @@ crawl() { BATMAN_ADV_ORIGINATORS="$batman_adv_originators" CLIENT_DATA="client_count=$client_count" - DATA="$AUTHENTIFICATION_DATA&$SYSTEM_DATA&$INTERFACE_DATA&$BATMAN_ADV_INTERFACES&$BATMAN_ADV_ORIGINATORS&$CLIENT_DATA" + DATA="&$AUTHENTIFICATION_DATA&$SYSTEM_DATA&$INTERFACE_DATA&$BATMAN_ADV_INTERFACES&$BATMAN_ADV_ORIGINATORS&$CLIENT_DATA" #Send system data netmon_api_curl=`get_curl`