Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 485 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 485 Bytes

Munin.WinNode

Munin Node for the Windows platform written in .NET.

Usage

To run in interactive mode, simply run the application from a command line:

Munin.WinNode.exe

It can also be installed as a Windows service by running:

Munin.WinNode.exe /install

To uninstall the service, run:

Munin.WinNode.exe /uninstall

Info

By default, port 4949 must be open for the node to be accessible by the server.

License

Apache 2.0