Xymon Mailing List Archive search

Mr Big - Windows client for Xymon

6 messages in this thread

list Mark Felder · Wed, 21 Jan 2026 10:08:45 -0800 ·
Has anyone seen this before? It's a C-based client for Windows.


https://mrbig.365-24.se/

https://github.com/xymon-mrbig/MrBig


Mark
list Jaime Kikpole · Wed, 21 Jan 2026 14:03:25 -0500 ·
I think it would be great if there were an official Xymon client for Windows.

For what it's worth, I have been using the PowerShell based client for a long time with all my Windows systems.


Installation is really easy.  I downloaded a copy and edited xymonclient_config.xml to have my server's FQDN.  When I set up a new Windows system, I just copy that folder to C:\Program Files\Xymon, open the PowerShell prompt and type:
c:
cd '\program files\xymon'
unblock-file xymonclient.ps1
.\xymonclient.ps1 install
.\xymonclient.ps1 start
exit


I usually don't need the "c:" or "unblock-file xymonclient.ps1" commands at all.




Jaime Kikpole

Director of Technology
Ichabod Crane Central School District
(XXX) XXX-XXXX, x5425



quoted from Mark Felder
On Wed, Jan 21, 2026 at 1:08 PM Mark Felder via Xymon <xymon@xymon.com> wrote:
Has anyone seen this before? It's a C-based client for Windows.

https://mrbig.365-24.se/

https://github.com/xymon-mrbig/MrBig

Mark
xymon@xymon.com
To unsubscribe send an email to xymon-leave@xymon.com
list Henrik Størner · Wed, 21 Jan 2026 22:03:26 +0100 ·

From my point of view, the Powershell client is the official Xymon Windows client.

I think I heard of this C-based client code for Windows some years ago, but I really believe Powershell is the way to go in a Windows environment - so much easier to adapt and enhance than C code. And for the client you really want something that can be tweaked by non-programmers. That was one of the reasons that the client code shipping with Xymon is mostly scripts (shell, Perl, Python ...)


Regards,

Henrik


Den 21.01.2026 kl. 20.03 skrev Jaime Kikpole via Xymon:
quoted from Jaime Kikpole
I think it would be great if there were an official Xymon client for Windows.

For what it's worth, I have been using the PowerShell based client for a long time with all my Windows systems.


Installation is really easy.  I downloaded a copy and edited xymonclient_config.xml to have my server's FQDN.  When I set up a new Windows system, I just copy that folder to C:\Program Files\Xymon, open the PowerShell prompt and type:
c:
cd '\program files\xymon'
unblock-file xymonclient.ps1
.\xymonclient.ps1 install
.\xymonclient.ps1 start
exit

I usually don't need the "c:" or "unblock-file xymonclient.ps1" commands at all.




Jaime Kikpole

Director of Technology
Ichabod Crane Central School District

(518) 758-7575, x5425

quoted from Mark Felder


On Wed, Jan 21, 2026 at 1:08 PM Mark Felder via Xymon <xymon@xymon.com> wrote:
Has anyone seen this before? It's a C-based client for Windows.

https://mrbig.365-24.se/

https://github.com/xymon-mrbig/MrBig

Mark
xymon@xymon.com
To unsubscribe send an email to xymon-leave@xymon.com

xymon@xymon.com
To unsubscribe send an email to xymon-leave@xymon.com
list Johan Björklund · Thu, 22 Jan 2026 07:34:17 +0000 ·
Hi,

this was written by my colleague Ulric Ericsson and used to monitor thousands of windows servers with central configuration management. It was created in the early 2000 when we were running BigBrother and there were no really good windows client alternatives.

It was still if full use when I left the company around 2014.

br
Johan Björklund
quoted from Mark Felder


On Wednesday, January 21st, 2026 at 19:09, Mark Felder via Xymon <xymon@xymon.com> wrote:
Has anyone seen this before? It's a C-based client for Windows.


https://mrbig.365-24.se/

https://github.com/xymon-mrbig/MrBig


Mark
list Andersson Tomas · Thu, 22 Jan 2026 13:41:02 +0000 ·
Hi,
I  have used xymon for many years.
We are still using it on our unix/linux environment on >800 servers
We used also to have some of the important Windows server in xymon
We use BBwin that is a reasonable good and simple to install.
I have also tested a pure powershell script that worked OK.

BR
//Tomas


ESSITY INTERNAL
-----Original Message-----
From: Johan Björklund <user-160fef8f013d@xymon.invalid>
Sent: Thursday, 22 January 2026 08:34
To: Xymon mailinglist <xymon@xymon.com>
Subject: [Xymon] Re: Mr Big - Windows client for Xymon

[Du får inte e-post ofta från user-160fef8f013d@xymon.invalid. Läs om varför det här är viktigt på https://aka.ms/LearnAboutSenderIdentification ]
quoted from Johan Björklund

Hi,

this was written by my colleague Ulric Ericsson and used to monitor thousands of windows servers with central configuration management. It was created in the early 2000 when we were running BigBrother and there were no really good windows client alternatives.

It was still if full use when I left the company around 2014.

br
Johan Björklund


On Wednesday, January 21st, 2026 at 19:09, Mark Felder via Xymon <xymon@xymon.com> wrote:
Has anyone seen this before? It's a C-based client for Windows.


https://mrbig.365-24.se/

https://github.com/xymon-mrbig/MrBig


Mark
This message may contain confidential, proprietary or legally
privileged information and is intended for the addressee's use
only. Any usage, disclosure, distribution, print or copying of
any part of this message is prohibited unless you are the
intended recipient. If you receive this message in error,
please delete it from any computer and notify the sender. If
you suspect that this message may have been altered, please
notify the sender. Essity has taken every reasonable precaution
to ensure that this e-mail and any attachments to this e-mail
has been scanned for viruses. However, Essity does not accept
liability for any damage caused by software viruses brought to
you by this mail.
list Stef Coene · Fri, 23 Jan 2026 17:25:05 +0100 ·
Hi,

I made some major changes and enhancements to the windows client.
I posted this some time ago in this list.

Changes are published on a private github repository, but I will clean these up and publish them on a public repository.


Stef
quoted from Mark Felder

On 2026-01-21 19:08, Mark Felder via Xymon wrote:
Has anyone seen this before? It's a C-based client for Windows.


https://mrbig.365-24.se/

https://github.com/xymon-mrbig/MrBig


Mark