Search found 15 matches

by HeikoAdams
Mon Feb 03, 2020 2:13 am
Forum: Bug Reports
Topic: Nagios contacts are not covered by NEMS Migrator
Replies: 0
Views: 8936

Nagios contacts are not covered by NEMS Migrator

Hi,
I recently noticed that after restoring a NEMS Migrator backup on a new SD card all nagios contacts are gone so it seems to me they are not part of the backup.
by HeikoAdams
Fri Jan 31, 2020 2:45 am
Forum: Help and Support
Topic: Monitor Windows Server Reboots
Replies: 3
Views: 3738

RE: Monitor Windows Server Reboots

Take a look at the "Uptime" advanced services. They return the current uptime of a system. If the uptime is i.e. lower 5 minutes the system probably did a reboot recently.
by HeikoAdams
Fri Jan 31, 2020 2:40 am
Forum: Help and Support
Topic: WMI Connection Failing to Windows 10
Replies: 1
Views: 2378

RE: WMI Connection Failing to Windows 10

NEMS is missing the configuration files for the check_wmi_plus plugin. You need to download the version 1.64 package from the vendor page and copy the *.ini files to  /etc/check_wmi_plus/check_wmi_plus.d
by HeikoAdams
Fri Jan 31, 2020 2:34 am
Forum: Help and Support
Topic: How to backup nems configuration?
Replies: 1
Views: 1661

How to backup nems configuration?

Hi there,
is there a way to backup the nems configuration (everything configured via NEMS SST) itself? NEMS Migrator seems to only backup the nagios settings but in case of restoring a broken system it would be nice to have a backup of the SST settings too.
by HeikoAdams
Mon Nov 25, 2019 3:39 am
Forum: Help and Support
Topic: Monitor Windows Server Reboots
Replies: 3
Views: 3738

RE: Monitor Windows Server Reboots

[quote="Barber50701" pid='2979' dateline='1572618929']I see that there is a check command for event_reboot_win.  I am correct in thinking that I could get an alert when a server gets rebooted?  I have tried to find some documentation on how to enable that check but have not had any success...
by HeikoAdams
Wed Oct 23, 2019 1:49 am
Forum: Bug Reports
Topic: check_mssql: Not working with different port
Replies: 0
Views: 9489

check_mssql: Not working with different port

The check_mssql plugin contains a bug which prevents connecting to sql servers running on a port other than the default one.

To fix this, line 441 has to be changed from

Code: Select all

} else if (!empty($port)) { 
to

Code: Select all

} else if (!empty($db_port)) { 
by HeikoAdams
Thu Sep 26, 2019 7:20 am
Forum: Help and Support
Topic: nems upgrade fails with /boot is too full for the upgrade
Replies: 5
Views: 6084

nems upgrade fails with /boot is too full for the upgrade

Hi,
trying to upgrade NEMS 1.5 to NEMS 1.5.1 on my RPI 3 B+ fails with
/boot is too full for the upgrade
How can I solve this?
by HeikoAdams
Tue Jun 11, 2019 2:13 am
Forum: Feature Requests
Topic: Hyper-V monitoring
Replies: 0
Views: 3214

Hyper-V monitoring

Hi,
it would be awesome if you could include this plugin for monitoring Hyper-V servers.
Currently I can only check if the vmms service is running but that's only a very basic monitoring for Hyper-V

Regards,

Heiko
by HeikoAdams
Wed Jun 05, 2019 2:48 am
Forum: Help and Support
Topic: Limiting Webhook-Notifications to open problems?
Replies: 0
Views: 2528

Limiting Webhook-Notifications to open problems?

Hi,
is it possible to limit notifications via webhook to open (not acknowledged) problems?

I've created and assigned an office 365 teams webhook but currently mems floods the channel with messages about acknowledged problems which is very irritating.

Environment: MENS 1.5 Build 7 on RPi
by HeikoAdams
Tue Jun 04, 2019 4:35 am
Forum: Bug Reports
Topic: Telegram notifications not working
Replies: 0
Views: 8407

Telegram notifications not working

Environment: NEMS 1.5 Build 7 on RPi Telegram notifications don't  work in some cases because telegram chat ids aren't allways negative but notify-by-telegram.lua allways prefixes the chat-id with an "-". Modifying the script by changing local chat_id = '-' .. arg[2] to local chat_id = ar...