Friday 22 November 2019

System service advice needed

I want to create a systemd node service that does the following:monitors system resourcesmakes GET requests to websites (rest, rss)logs to filesends me an email when conditions are metstays awake and detects events (forever)What is the best method to start building it in an infinite loop? Is setInterval and polling every X seconds the only way to do so?

Submitted November 23, 2019 at 03:49AM by tonystarkco

No comments:

Post a Comment