From b8c9828704afdfeffea55b3d238a045ae45cd9cb Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Sat, 25 Nov 2023 15:56:09 -0600 Subject: [PATCH] Fixed listing and added more detail --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9359bc0..653105a 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,9 @@ While it hasn't been touched since May of 2023, I plan to keep working on it for ## Planned Features 1) Crontab Management (setup new and manage existing crontabs) 2) Ansible Integration -3) Log & Exit-code handling (with smtp & snmptrap alerts) +3) Log & Exit-code handling +4) SMTP & SNMPTRAP alerting + +## What is it's purpose? +This project is primarily for SysAdmin's or other SysEngineers that want a project that can monitor and alert them of issues encountered by any crontab setup to run programs on their system. It's in it's infancy at the moment, but theres a lot I want to do with it when I get time to work on it.