Search found 7 matches

by whittakerj
Fri Sep 20, 2019 2:46 pm
Forum: Help and Support
Topic: nrpe Windows monitoring SSL handshake error
Replies: 2
Views: 4641

RE: nrpe Windows monitoring SSL handshake error

I don't remember exactly what I did to fix mine but I saved this link which ultimately helped me resolve it. 

https://github.com/NagiosEnterprises/nrpe/issues/173
by whittakerj
Tue Sep 17, 2019 11:50 am
Forum: Help and Support
Topic: Can NEMS check https/ssl on a server where ping is blocked?
Replies: 4
Views: 5217

RE: Can NEMS check https/ssl on a server where ping is blocked?

I'm new to this as well so take my advice with a grain of salt. It just seems to me to use the service specific check command rather than raw TCP connection seemed more logical. I'm not sure what the pros/cons would be.
by whittakerj
Tue Sep 17, 2019 12:54 am
Forum: Help and Support
Topic: Check for a bad disk/sector vs. free space
Replies: 0
Views: 2091

Check for a bad disk/sector vs. free space

I've used monitoring software in the past that would monitor for disks that were about to fail or if a disk failed in a raid array. I think it did this through event ID's. Is this possible in NEMS?
by whittakerj
Mon Sep 16, 2019 11:42 pm
Forum: Help and Support
Topic: What's the qnap string for a warning or failed disk?
Replies: 0
Views: 2436

What's the qnap string for a warning or failed disk?

I'm working on setting up my qnap monitoring. I logged into the shell and ran some test commands.  @nems:/usr/local/nagios/libexec $ ./check_qnap3.sh 192.168.3.7 public hd1status 0 0 OK: GOOD @nems:/usr/local/nagios/libexec $ ./check_qnap3.sh 192.168.3.7 public hd0status 0 0 Unknown Part! @nems:/usr...
by whittakerj
Mon Sep 16, 2019 11:21 pm
Forum: Help and Support
Topic: Different domain credentials for check_win_process?
Replies: 1
Views: 2666

Different domain credentials for check_win_process?

I'm trying to use the check_win_process to see if a process is running on different windows servers. The problem is they all pull from the windows credential page - https://nems/config/ under the general tab. What if you have separate domains and/or a server that is not on the domain so you need to ...
by whittakerj
Mon Sep 16, 2019 10:39 pm
Forum: Help and Support
Topic: Tutorial on how to create checkcommands?
Replies: 1
Views: 2800

Tutorial on how to create checkcommands?

I installed NEMS last week and I think I've got it figured out for the most part using the built in features. Awesome tool and I love the fact that I can easily deploy it to a pi. However, I can't find any good tutorials on creating checkcommands. I noticed when installed NRPE on my Asterisk server ...
by whittakerj
Mon Sep 16, 2019 10:29 pm
Forum: Help and Support
Topic: Can NEMS check https/ssl on a server where ping is blocked?
Replies: 4
Views: 5217

RE: Can NEMS check https/ssl on a server where ping is blocked?

It seems like your raw tcp approach worked. But I think the proper way to configure it is as follows:

The -S is for https and the -p is for the port. 

https://ibb.co/zrm7R7d
https://ibb.co/Vprgfnt