Skip to content

Commit 539c20f

Browse files
committed
update docs
1 parent 43ca607 commit 539c20f

File tree

3 files changed

+26
-19
lines changed

3 files changed

+26
-19
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ All documentation is under `docs/`
2424

2525
## Supported Operating Systems
2626

27-
| | i386 | x64 | arm64 |
28-
|---------------|:----:|:---:|:-----:|
29-
| **Linux** | X | X | X |
30-
| **Windows** * | X | X | X |
31-
| **FreeBSD** | X | X | X |
32-
| **MacOSX** | | X | X |
27+
| | i386 | x84_64 | arm64 |
28+
|---------------|:----:|:------:|:-----:|
29+
| **Linux** | X | X | X |
30+
| **Windows**\* | X | X | X |
31+
| **FreeBSD** | X | X | X |
32+
| **MacOS** | | X | X |
3333

3434
\* Only Windows 10 / Windows Server 2016 or newer.
3535

docs/_index.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SNClient
33
linkTitle: SNClient
4-
weight: 300
4+
weight: 400
55
tags:
66
- nsclient
77
- snclient
@@ -12,10 +12,17 @@ tags:
1212
- osx
1313
---
1414

15-
SNClient+ is a (drop-in for most use cases) replacement for the well-known
16-
NSClient++, which seems to be no longer maintained and has some security
17-
issues. SNClient+ was written from scratch using todays state-of-the-art
18-
technologies. The programming language used is Golang and all the test and
19-
build procedures are located at github.com.
15+
<div class="pb-4">
16+
<img src="logo/snclient.svg" alt="SNClient" width="200px" style="background-color: white"/>
17+
</div>
2018

21-
Have a look at the [installation howto](install) page for first steps.
19+
**SNClient+** is an open-source (drop-in for most use cases) general purpose monitoring agent as replacement for the well-known NSClient++.
20+
21+
It was written from scratch in [Golang](https://go.dev/) using todays state-of-the-art technologies. All the test and build procedures are located on [GitHub](https://github.com/ConSol-Monitoring/snclient).
22+
23+
It's available for Linux, Windows and MacOS for i386, x86_64 and arm64 ([detailed list of supported operating systems](https://omd.consol.de/docs/snclient/install/supported/)).
24+
25+
Have a look at the [installation](install) page for first steps.
26+
27+
## Releases
28+
The latest release can always be found [here](https://github.com/ConSol-Monitoring/snclient/releases).

docs/install/supported.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ by [building snclient from source](../build).
1515

1616
## CPU Architectures
1717

18-
| | i386 | x64 | arm64 |
19-
|-------------|:----:|:---:|:---------:|
20-
| **Linux** | X | X | X |
21-
| **Windows** | X | X | X |
22-
| **FreeBSD** | X | X | X |
23-
| **MacOSX** | | X | X |
18+
| | i386 | x84_64 | arm64 |
19+
|-------------|:----:|:------:|:-----:|
20+
| **Linux** | X | X | X |
21+
| **Windows** | X | X | X |
22+
| **FreeBSD** | X | X | X |
23+
| **MacOS** | | X | X |
2424

2525
## Windows
2626

0 commit comments

Comments
 (0)