mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Add test files
This commit is contained in:
parent
5551252e03
commit
1749ff0147
4 changed files with 19 additions and 0 deletions
5
lib/tests/var/baddate
Normal file
5
lib/tests/var/baddate
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# NP State file
|
||||
1
|
||||
54
|
||||
2147483647
|
||||
Date in future!!!!
|
||||
4
lib/tests/var/missingdataline
Normal file
4
lib/tests/var/missingdataline
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# NP State file
|
||||
1
|
||||
54
|
||||
1234567890
|
||||
5
lib/tests/var/oldformat
Normal file
5
lib/tests/var/oldformat
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# NP State file
|
||||
0
|
||||
54
|
||||
1234567890
|
||||
String to read
|
||||
5
lib/tests/var/statefile
Normal file
5
lib/tests/var/statefile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# NP State file
|
||||
1
|
||||
54
|
||||
1234567890
|
||||
String to read
|
||||
Loading…
Reference in a new issue