### Contents

- [**Articles**](#resources-articles)
- [**Discussions**](#resources-discussions)
- [**Reports**](#resources-reports)

# Server Monitoring Software Resources

##### Articles, Discussions, and Reports to expand your knowledge on Server Monitoring Software

Resource pages are designed to give you a cross-section of information we have on specific categories. You'll find [articles](#resources-articles) from our experts, [discussions](#resources-discussions) from users like you, and [reports](#resources-reports) from industry data.

[ContentsExpand/Collapse Contents](#)
- [**Articles**](#resources-articles)
- [**Discussions**](#resources-discussions)
- [**Reports**](#resources-reports)

## Server Monitoring Software Articles

[![IT Monitoring Software Need Cloud Monitoring Capabilities to Achieve Success](https://learn.g2.com/hubfs/IT%20Monitoring%20Software%20G2.jpg "IT Monitoring Software Need Cloud Monitoring Capabilities to Achieve Success")](https://www.g2.com/articles/it-monitoring-software-need-cloud-monitoring)

[
### IT Monitoring Software Need Cloud Monitoring Capabilities to Achieve Success
](https://www.g2.com/articles/it-monitoring-software-need-cloud-monitoring)
The importance of IT monitoring software has risen significantly as many companies nowadays operate in a hybrid cloud environment. Enterprise monitoring software allows companies to monitor both on-premises and cloud infrastructures, whereas legacy IT infrastructure monitoring software can only monitor on-premises environments. However, making the transition from legacy systems to cloud isn’t easy.

[
 ![Tian Lin](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Tian Lin")
TL

](https://learn.g2.com/author/tian-lin)

by Tian Lin

[![ESXiArgs Ransomware—Server Virtualization Is Risky If You Don’t Manage It](https://learn.g2.com/hubfs/Virtual%20Servers%20G2.jpg "ESXiArgs Ransomware—Server Virtualization Is Risky If You Don’t Manage It")](https://www.g2.com/articles/esxiargs-ransomware-server-virtualization-is-risky-if-you-dont-manage-it)

[
### ESXiArgs Ransomware—Server Virtualization Is Risky If You Don’t Manage It
](https://www.g2.com/articles/esxiargs-ransomware-server-virtualization-is-risky-if-you-dont-manage-it)
Server virtualization software enables organizations to deliver more capabilities on a budget. But this comes at the cost of security. Virtual servers are one of the prime targets of ransomware attacks. In the past week, ransomware called ESXiArgs has been attacking a server virtualization product VMWare ESXi.

[
 ![Tian Lin](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Tian Lin")
TL

](https://learn.g2.com/author/tian-lin)

by Tian Lin

[![Saving Companies from IT Disruption with Server Monitoring](https://learn.g2.com/hubfs/server.jpg "Saving Companies from IT Disruption with Server Monitoring")](https://www.g2.com/articles/server-monitoring-software-saves-companies-from-it-disruption)

[
### Saving Companies from IT Disruption with Server Monitoring
](https://www.g2.com/articles/server-monitoring-software-saves-companies-from-it-disruption)
Every established company requires healthy servers to operate in today’s complex IT environment. Important IT assets such as applications, databases, and networks are all connected and hosted by servers. If servers fail, so do the connected IT assets.&nbsp;

[
 ![Tian Lin](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Tian Lin")
TL

](https://learn.g2.com/author/tian-lin)

by Tian Lin

## Server Monitoring Software Discussions

0

Question on: Zabbix
[Has a way zabbix to work without agents?](/discussions/44971-has-a-way-zabbix-to-work-without-agents)

No description

Zabbix does not require agents to use, you can setup templates to use SNMP data, however you'll gain more insight by using the appropriate agent on the target device. I like to think of SNMP as the backup plan.

Answered: Joey Officer on July 6, 2021

Yes, you can monitor some metrics without Zabbix agents.

Answered: Edgars Voroboks on July 19, 2022

[See more answers (1)](javascript:void(0);)

[Your answer](/discussions/44971-has-a-way-zabbix-to-work-without-agents/comments/new?remote=true)

0

Question on: Checkmk
[With 1.6, the windows agent is shipped as an msi. Before it was an exe. Before i installed cmk on a client by a powershell on a central server which, with msi it does not work.](/discussions/35571-with-1-6-the-windows-agent-is-shipped-as-an-msi-before-it-was-an-exe-before-i-installed-cmk-on-a-client-by-a-powershell-on-a-central-server-which-with-msi-it-does-not-work)

1.5: this works: $session = New-PSSession -ComputerName $server -Credential $credential Invoke-Command -Session $session -ScriptBlock { C:\uz\Apps\Check\_mk\check\_mk\_agent.exe install } Remove-PSSession $session 1.6 this does not work. $args = @( "'/i" "$localmsi\_fqn" "/qn /log C:\UZ\Logs\Check\_MK.log'" ) $command = "Start-Process msiexec -ArgumentList " + $args + " -Wait" $session = New-PSSession -ComputerName $server -Credential $credential Invoke-Command -Session $session -ScriptBlock { $command } Remove-PSSession $session Someone an idea what is wrong?

Hi Peter, We encourage you to post any technical questions directly on our user forum: https://forum.checkmk.com/ . I'm sure that our community members will be happy to provide tips on how to solve this issue. Regarding your question, there is a requirement to deliver our products for Windows only as MSI. Try using the following command line: msiexec /i check\_mk\_agent.msi /qn /L\*V agent\_msi.log From your post is not clear what is wrong with Powershell (many things can go wrong: access to the path, session rights, administrative rights etc.) Best, Cristian

Answered: Cristian Anechitei on April 12, 2021

[Your answer](/discussions/35571-with-1-6-the-windows-agent-is-shipped-as-an-msi-before-it-was-an-exe-before-i-installed-cmk-on-a-client-by-a-powershell-on-a-central-server-which-with-msi-it-does-not-work/comments/new?remote=true)

0

Question on: OpsPilot
[What is fusionreactor's hidden feature that mostly being missed by users?](/discussions/33649-what-is-fusionreactor-s-hidden-feature-that-mostly-being-missed-by-users)

I might to know if there is some hidden features that we might missed as a user. i know it can track db connection, is there possible to get form parameters / files attached on the request ?

Archived Metrics, look back at metrics from before your last reboot

Answered: Pete Williamson on November 16, 2021

[Your answer](/discussions/33649-what-is-fusionreactor-s-hidden-feature-that-mostly-being-missed-by-users/comments/new?remote=true)

- [&lsaquo; Prev‹ Prev](/categories/server-monitoring/resources?discussions_page=2)
- [1](/categories/server-monitoring/resources)
- [2](/categories/server-monitoring/resources?discussions_page=2)
- 3
- [4](/categories/server-monitoring/resources?discussions_page=4)
- [5](/categories/server-monitoring/resources?discussions_page=5)
- [6](/categories/server-monitoring/resources?discussions_page=6)
- [7](/categories/server-monitoring/resources?discussions_page=7)
- …
- [23](/categories/server-monitoring/resources?discussions_page=23)
- [24](/categories/server-monitoring/resources?discussions_page=24)
- [Next &rsaquo;Next ›](/categories/server-monitoring/resources?discussions_page=4)

## Server Monitoring Software Reports

Grid® Report for Server Monitoring

Summer 2026

G2 Report: Grid® Report

Momentum Grid® Report for Server Monitoring

Summer 2026

G2 Report: Momentum Grid® Report

Grid® Report for Server Monitoring

Spring 2026

G2 Report: Grid® Report

Momentum Grid® Report for Server Monitoring

Spring 2026

G2 Report: Momentum Grid® Report

Grid® Report for Server Monitoring

Winter 2026

G2 Report: Grid® Report

Momentum Grid® Report for Server Monitoring

Winter 2026

G2 Report: Momentum Grid® Report