SMTP server monitoring
Re: SMTP server monitoring
Awesome, that fixed the host is down issue. Now, how do I fix the warning on memory usage?
Re: SMTP server monitoring
Can you show us the actual command that you are running from the command line, along with the output of it?Now, how do I fix the warning on memory usage?
Be sure to check out our Knowledgebase for helpful articles and solutions!
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: SMTP server monitoring
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.
Re: SMTP server monitoring
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.
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.
Re: SMTP server monitoring
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.
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!
Re: SMTP server monitoring
bc was installed, but not dc. Looks like that fixed the issue.