We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be465d commit 49491ddCopy full SHA for 49491dd
test/test.sh
@@ -3,7 +3,7 @@
3
# Test script for NoirNet
4
5
# Default test configuration file and directories
6
-DEFAULT_TEST_CONFIG_FILE="./test_noirnetrc"
+DEFAULT_TEST_CONFIG_FILE="./test_noirnet.conf"
7
TEST_CACHE_DIR="./test_cache"
8
TEST_LOG_FILE="./test_noirnet.log"
9
test/test_noirnet.conf
@@ -0,0 +1,13 @@
1
+# NoirWatch Configuration File
2
+CONFIG_FILE="./test_noirnet.conf"
+CACHE_DIR="./test_cache"
+LOG_FILE="./test_noirnet.log"
+CHECK_INTERVAL=1
+PING_TARGET="8.8.8.8"
+DNS_TEST_DOMAIN="example.com"
+THRESHOLD=1
+BACKGROUND=false
10
+PUSHOVER=false
11
+DESKTOP=false
12
+VERBOSE=true
13
+LOG_LEVEL="DEBUG"
0 commit comments