Commit Graph

88 Commits

Author SHA1 Message Date
Solène Rapenne b9d5e56837
display date in test 2023-06-28 10:55:17 +02:00
Solène Rapenne 3872389e3a
use leading zeros for date and ISO date format 2023-06-28 10:54:58 +02:00
Solène Rapenne 46c03914d4
rename file-exists into check-file-exists 2023-06-28 10:54:37 +02:00
Solène Rapenne 93bc94cbac
fix local tests 2023-06-28 10:54:06 +02:00
Solene Rapenne e220c32ba5 Add systemctl support, patch from « ganymede » 2020-12-30 17:36:08 +01:00
Solene Rapenne 409073df53 Merge branch 'master' of /br/scm/reed-alert 2020-02-26 19:17:29 +01:00
Solene Rapenne fb3f70e053 Fix an issue in output2html script, reported by PengouinBSD 2020-02-26 19:08:17 +01:00
Solene Rapenne 6c53ea4406 bump licence year 2019-12-31 20:51:57 +01:00
Solene Rapenne 3f040bf5bd Rename example file 2019-12-31 20:51:49 +01:00
Solene Rapenne 13cf271255 Add new probe write-to-file 2019-07-11 10:06:26 +02:00
Solene Rapenne 98918e04dc Fix output due to params/desc separation changes 2019-07-11 10:06:17 +02:00
Solene Rapenne 5d2fda3df3 Separate desc from params in the output 2019-07-11 09:24:28 +02:00
Solene Rapenne fd80ed68f6 Correctly report the previous success state 2019-07-09 17:04:17 +02:00
Solene Rapenne 9698c24926 Fix check function return value 2019-07-09 16:55:01 +02:00
Solene Rapenne b890363bf7 Make a string from params 2019-07-09 16:45:45 +02:00
Solene Rapenne 5bd1f20ca1 New script converting tab separated output to html 2019-07-09 09:06:19 +02:00
Solene Rapenne e6d5e1bcf7 Change output to a tab separated output to make it parseable 2019-07-09 09:05:40 +02:00
Solene Rapenne 17024e3560 fix noob syntax error 2019-01-25 11:12:23 +01:00
Solene Rapenne f5fc8cf869 extend tests 2019-01-25 11:12:15 +01:00
Solene Rapenne 04e5233e49 test from makefile 2019-01-25 11:12:09 +01:00
Solene Rapenne 0056be3ce4 ping parameters are different on openbsd,freebsd and linux 2019-01-25 11:04:45 +01:00
Solene Rapenne f9282edcbc add a reminder example 2019-01-16 15:19:30 +01:00
Solene Rapenne c4ede0c175 Bumpb copyright date 2019-01-16 15:19:22 +01:00
Solene Rapenne 4692a2e798 Nothing TODO 2019-01-15 17:21:24 +01:00
Solene Rapenne bd55683140 Reminder feature 2019-01-15 17:21:18 +01:00
Solene Rapenne a98fb0c772 Adding some test 2019-01-15 17:20:42 +01:00
Solene Rapenne 121e59664b Check if file exists when using the launcher 2018-11-07 11:46:27 +01:00
Solene Rapenne 95b8e54fae Fix typo in README 2018-11-07 11:46:04 +01:00
Solene Rapenne c7398ed31b Bump copyright 2018-11-07 11:45:56 +01:00
Solene Rapenne ddc902f546 Better launcher experience 2018-10-24 07:55:33 +02:00
Solene Rapenne 8e5ebef8af Use install for correct permission instead of cp 2018-10-24 07:34:12 +02:00
Solene Rapenne 957c015c36 Trap Ctrl+C in ecl 2018-10-24 07:33:31 +02:00
Solene Rapenne ae4e9ea4a3 Fix examples using new launch system 2018-10-24 07:33:13 +02:00
Solene Rapenne 39af88e2f0 Honor DESTDIR in Makefile 2018-10-24 07:17:07 +02:00
Solene Rapenne 48ae4c7162 Use Makefile target efficiently 2018-10-24 06:50:28 +02:00
Solene Rapenne 36ceae4666 Explain about states folder 2018-10-24 06:48:54 +02:00
Solene Rapenne 4bcecb442f Launcher file to modify 2018-10-24 06:47:31 +02:00
Solene Rapenne 0f22f5b505 How to use the launcher 2018-10-24 06:47:07 +02:00
Solene Rapenne b9988585e8 How to use the launcher 2018-10-24 06:46:58 +02:00
Solene Rapenne ce311ef86e refractor for using a launcher 2018-10-24 06:44:22 +02:00
Solene Rapenne 982e667ad5 Add ssl-expiration example using :starttls 2018-10-21 21:42:39 +02:00
Solene Rapenne 8b2407ed4b Add an option for using starttls to probe ssl-expiration
Original code from Denis Fondras
2018-10-21 21:39:30 +02:00
Solene Rapenne 64185e6f15 Add a macro strcat for more readability of (concatenate 'string &body)
Use ~/.reed-alert/states instead of $PWD/states/ for saving states
2018-10-21 21:38:46 +02:00
Solene Rapenne 0657e70c77 [DOC] add ssl-expiration example 2018-10-20 20:32:38 +02:00
Solene Rapenne e09c25bcc9 [DOC] remove space before double colon 2018-10-20 20:32:17 +02:00
Solene Rapenne c1bb305f9d Add ssl-expiration probe to check if a ssl certificate is about to
expire under a specified time.

Contribution from Denis Fondras
2018-10-20 20:28:20 +02:00
Solene Rapenne 72d28cf74b Fix documentation about %desc% variable 2018-05-31 17:37:55 +02:00
Solene Rapenne 250471fd66 Rename the two example files 2018-05-31 17:24:14 +02:00
Solene Rapenne 8c2bf8ce1f Fix ping default parameter 2018-04-10 08:44:15 +02:00
Solene Rapenne f21b8c0e4e [Fix] Alert triggered one cycle later 2018-01-25 19:36:03 +01:00