uptime-kuma icon indicating copy to clipboard operation
uptime-kuma copied to clipboard

Agent for Microsoft Windows

Open kristianrl opened this issue 1 year ago • 2 comments

⚠️ Please verify that this feature request has NOT been suggested before.

  • [X] I checked and didn't find similar feature request

🏷️ Feature Request Type

New Monitor

🔖 Feature description

I would like a Windows agent/monitor that supplies information such as

  • disk space for each disk (total/free)
  • memory (total/free)
  • cpu utilization (%)

The agent sends its data every X minutes to uptime-kuma.

Later on

  • List and state of all running services

✔️ Solution

I could code the agent myself if you're interested. However, I will need some additional documentation for delivering the data, and that you prepare uptime-kuma to handle this data.

❓ Alternatives

No response

📝 Additional Context

No response

kristianrl avatar Dec 06 '22 06:12 kristianrl

I suppose this would be security risk and won't be added

manhtruongwang avatar Dec 09 '22 00:12 manhtruongwang

As a suggestion for basic functionality, you could use a PUSH monitor with your basic status messages encoded into the GET request. Example: http://uptime:3001/api/push/6ujknb9OpL?status=up&msg=this%20is%20my%status&ping=

jeff0485 avatar Dec 29 '22 16:12 jeff0485

@jeff0485, yes, that was basically my concept. I have decided to use Site24x7 as it has all the features I need.

kristianrl avatar Dec 29 '22 18:12 kristianrl