monitoring-plugins icon indicating copy to clipboard operation
monitoring-plugins copied to clipboard

about-me: Provide a Windows version

Open slalomsk8er opened this issue 2 years ago • 5 comments

Is your feature request related to a problem? Please describe.

I would like the consistency of having the "About me"-service also in the basic service-set on Windows servers.

Describe the solution you'd like

Port about-me to Windows or write a Windows version and add the service to the Windows service-set.

Alternatives

No response

Additional context

No response

slalomsk8er avatar Feb 13 '23 09:02 slalomsk8er

Any updates on this? An about-me version for Windows would be very useful.

mmartinello avatar Jul 04 '23 17:07 mmartinello

You can help by looking at the output of the linux version and considering/telling us which command-line calls are necessary in Windows for each section (without tools to install).

markuslf avatar Jul 04 '23 19:07 markuslf

Let me help you - to be more specific: To make about-me behave more or less the same on Windows as it does on Linux, we need to collect the following information using cmdline calls.

How to...

  • get Kernel/Windows version
  • get if running on bare metal or not
  • get the hypervisor software Windows is running on
  • get boot mode (uefi/legacy)
  • get birthday
  • get list of features (essential for safe operation of Windows in a datacenter)
  • get list of installed software (software of interest)
  • get list of installed tools (tools of interest)
  • get list of non-default local users
  • get whether Windows boots into GUI or not
  • get list of enabled services
  • get list of enabled task scheduler jobs

There may be others that are Windows-only and might be of interest.

markuslf avatar Jul 05 '23 10:07 markuslf

Yes, I can gather some info on this. I think we could get some hints from Ansible facts. I will invest some time on this!

mmartinello avatar Jul 05 '23 11:07 mmartinello

I am still working on this, I am preparing a MVP/draft version of the about-me script on Windows. I think I'll be able to work on this during October!

mmartinello avatar Sep 21 '23 13:09 mmartinello