-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mostly changes in the argument handling: now, almost all arguments ca…
…n be passed via command line and via the settings file; established default values; tested the correct functionality of all tools and created new examples; updated the README file
- Loading branch information
Showing
9 changed files
with
365 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
WC_USERNAME = 'wsdl' | ||
#WC_NODE = '/trees/geographic' | ||
WC_NODE = '/trees/geographic/#geb_e/#kaltw_erzeuger_fel/#km_speicher_fel' | ||
WC_NODE = '#km_speicher_fel' | ||
WC_URL = 'https://webctrl.rz-berlin.mpg.de' | ||
WC_VERBOSITY = | ||
|
||
# wc_checkAlarms | ||
WC_ALARMS_ALERT_EMAIL = 'weiher@fhi-berlin.mpg.de,weiher@fhi-berlin.mpg.de,weiher@fhi-berlin.mpg.de' | ||
WC_ALARMS_ALERT_PERIODS = '8-16,16-22,22-8' | ||
WC_ALARMS_INTERVAL = 1 | ||
WC_ALARMS_TAKEACTION = 1 | ||
WC_ALARMS_INTERVAL = | ||
WC_ALARMS_TAKEACTION = | ||
|
||
# wc_getReport | ||
WC_REPORT_TYPE = '~point-list-report' | ||
|
||
# wc_getTrend | ||
WC_TREND_STIME = '' | ||
WC_TREND_ETIME = '' | ||
WC_TREND_LIMIT = '' | ||
WC_TREND_MAXREC = '' | ||
WC_TREND_STIME = | ||
WC_TREND_ETIME = | ||
WC_TREND_LIMIT = | ||
WC_TREND_MAXREC = |
Oops, something went wrong.