Swe-Anders Posted January 26, 2022 Share Posted January 26, 2022 Hi! I have been trying some ping monitors now from AutoIt but I have not found one that can send e-mails when there is no ping reply... Does anyone have any ideas? I do like the program "EasyNetMonitor" but I find it a bit too expensive, and also I would like to be able to modify it through AutoIt. Thank you very much! Link to comment Share on other sites More sharing options...
Nine Posted January 26, 2022 Share Posted January 26, 2022 Just so I understand. How this issue relates in any way with AutoIt ? “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
junkew Posted January 27, 2022 Share Posted January 27, 2022 Take a look at the ELK stack https://www.elastic.co/what-is/elk-stack https://github.com/joshuar/elk-ping https://github.com/geberit/e2e-tests (which integrates autoit scripts and elastic stack) ELK stack: https://www.google.com/search?q=elk+stack From AutoIt you can ping and email https://www.autoitscript.com/autoit3/docs/functions/Ping.htm https://www.autoitscript.com/autoit3/docs/libfunctions/_INetSmtpMail.htm Earthshine 1 FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets Link to comment Share on other sites More sharing options...
lewisg Posted January 30, 2022 Share Posted January 30, 2022 Combining and slightly modifying the Help example files for Ping and _INetSmtpMail it could be done in under 30 lines. Whatcha' got so far? We here to help, not create. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now