diff --git a/root_file_system/default/etc/config/nodewatcher b/root_file_system/default/etc/config/nodewatcher index e22841f..aabf44f 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 99367ca..0bcc80c 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`