I've tried them all, but the none of them worked.
I cannot spend more time on this though, so I've decided to stick with check_nt. It may be inferior to check_nrpe, but at least it works.
Thanks for your help.
Search found 6 matches
- Tue Jan 18, 2011 7:49 am
- Forum: Open Source Nagios Projects
- Topic: check_nrpe - monitor memory usage on windows server
- Replies: 10
- Views: 31055
- Mon Jan 17, 2011 10:09 am
- Forum: Open Source Nagios Projects
- Topic: check_nrpe - monitor memory usage on windows server
- Replies: 10
- Views: 31055
Re: check_nrpe - monitor memory usage on windows server
I have changed my command line to "CheckMEM", but the problem remains the same. No arguments are passed to the Client++ windows client via my service/command definitions.
- Fri Jan 14, 2011 7:25 am
- Forum: Open Source Nagios Projects
- Topic: E-mail Notification in nagios core
- Replies: 1
- Views: 1184
Re: E-mail Notification in nagios core
NOTE: If you have used the "quickstart guide", do the following: Edit /usr/local/nagios/etc/contacts.cfg and insert your email address in the appropriate place If you use MS Exchange mail server, you can edit /etc/mail/sendmail.cf and look for the "DS" line Append your Exchange m...
- Fri Jan 14, 2011 7:11 am
- Forum: Open Source Nagios Projects
- Topic: check_nrpe - monitor memory usage on windows server
- Replies: 10
- Views: 31055
Re: check_nrpe - monitor memory usage on windows server
Okay, I've narrowed it down a bit. It seems that no arguments are passed to the windows host. I've started NSClient++ in test mode on the Windows server. When I execute the check_nrpe command from the command line it succeeds: /usr/local/nagios/libexec/check_nrpe -H 10.100.90.53 -p 5666 -c CheckMEM ...
- Thu Jan 13, 2011 10:49 am
- Forum: Open Source Nagios Projects
- Topic: check_nrpe - monitor memory usage on windows server
- Replies: 10
- Views: 31055
Re: check_nrpe - monitor memory usage on windows server
That is part of my problem. According to the documentation included with the NSClient++ software the command definition should be this: define command { command_name <<CheckMEM>> command_line check_nrpe -H $HOSTADDRESS$ -p 5666 -c CheckMEM -a MaxWarn=$ARG1$% MaxCrit=$ARG2$% } <<CheckMEM>> 80!90 That...
- Thu Jan 13, 2011 7:02 am
- Forum: Open Source Nagios Projects
- Topic: check_nrpe - monitor memory usage on windows server
- Replies: 10
- Views: 31055
check_nrpe - monitor memory usage on windows server
Hello everybody I'm stuck. I'm running Nagios on Fedora and I've installed (and configured) NSClient++ on my Windows 2003 server. I would like to monitor the memory usage of this server. This is what I found in the provided documentation: Sample Command: CheckMEM MaxWarn=80% MaxCrit=90% ShowAll type...