SMTP server monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
adam.sage
Posts: 30
Joined: Tue Mar 25, 2014 8:13 am

Re: SMTP server monitoring

Post by adam.sage »

Awesome, that fixed the host is down issue. Now, how do I fix the warning on memory usage?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: SMTP server monitoring

Post by lmiltchev »

Now, how do I fix the warning on memory usage?
Can you show us the actual command that you are running from the command line, along with the output of it?
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: SMTP server monitoring

Post by Box293 »

Also, can you go to the Memory Usage service and send us a screenshot of the Advanced tab.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
adam.sage
Posts: 30
Joined: Tue Mar 25, 2014 8:13 am

Re: SMTP server monitoring

Post by adam.sage »

Is this what you're looking for when you say the command? I'm just looking a the web interface of Nagios, not running commands.

define service {
host_name mg1
service_description Memory Usage
use xiwizard_nrpe_service
check_command check_nrpe!check_mem!-a '-w 20 -c 10'
max_check_attempts 5
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 60
notification_period xi_timeperiod_24x7
contacts nagiosadmin
_xiwizard linux-server
register 1
}

I attached the screen shot.
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: SMTP server monitoring

Post by lmiltchev »

What is the OS/distro of the client?
I noticed that instead of correct percentage value, you have "(%)" in the "Status Information" for this particular check. This leads me to believe you are missing a package (bc or dc; can't remember exactly which one needs to be installed on which distro).
Let me know if installing the package on the client solves your problem.
Be sure to check out our Knowledgebase for helpful articles and solutions!
adam.sage
Posts: 30
Joined: Tue Mar 25, 2014 8:13 am

Re: SMTP server monitoring

Post by adam.sage »

bc was installed, but not dc. Looks like that fixed the issue.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: SMTP server monitoring

Post by tmcdonald »

Awesome! Gonna lock this one up now.
Former Nagios employee
Locked