Page 3 of 4
Re: Host Is showing down in nagios xi
Posted: Thu Jan 12, 2012 1:42 am
by vaibhav beohar
Hi..Thanks for the information i got wht i want.
My email notification is not working.
do i need to put IP address of my relay agent and whr i can add my relay agent ip address , i am using sendmail
Thanks
Re: Host Is showing down in nagios xi
Posted: Thu Jan 12, 2012 1:14 pm
by scottwilkerson
If you are sending through a relay, you would want to set your email settings to SMTP and fill in the settings at
Admin -> Manage Email Settings
The IP goes in the Host field. Default port would be 25, but you may have a different network setup.
Re: Host Is showing down in nagios xi
Posted: Fri Jan 20, 2012 7:16 am
by vaibhav beohar
Yes i have different network and have mentioned ip of my SMTP server with port no 25
I have given authentication also.but still its not working.
is there any thing else,whr i can past my ip
please see the screen shot below.
nagios.jpg
Re: Host Is showing down in nagios xi
Posted: Fri Jan 20, 2012 12:59 pm
by scottwilkerson
does this SMTP server use user/password authentication? If it doesn't you can make these fields blank.
The specifics of what is required to send mail through the SMTP server you would need to get from the Administrator of your relay host.
Re: Host Is showing down in nagios xi
Posted: Mon Jan 23, 2012 7:48 am
by vaibhav beohar
Have made all the changes but still its not working ...
For SMTP what service need to be run in my centos6
I have stopped sendmail and postfix both.
Please guide me how to do SMTP configuration.What are the services need to be run for SMTP.
Re: Host Is showing down in nagios xi
Posted: Mon Jan 23, 2012 9:16 am
by scottwilkerson
If you are relaying through a smart host, no services need to be installed on your machine
Re: Host Is showing down in nagios xi
Posted: Tue Jan 31, 2012 7:31 am
by vaibhav beohar
Hi
Still i am not able to enable my mail alert.
In nagios is there anything like popup ..if my service is down i will get popup with sound in my system saying services is down or some kind of alarm.
any wizard or plugins is there for that?
if its there please let me know.
Thanks,
Vaibhav Beohar
Re: Host Is showing down in nagios xi
Posted: Wed Feb 01, 2012 4:56 am
by vaibhav beohar
Hi,
One more question,by mistakenly i have deleted all the the services of my local host only http is running ..is their any way to get it back all other services?if yes than please let me know how to add.
Thanks,
Vaibhav.
Re: Host Is showing down in nagios xi
Posted: Wed Feb 01, 2012 12:36 pm
by lmiltchev
To add services to the localhost go to: Core Config Manager->Monitoring->Services->Add New
The "default" setup (skipping the "http") will be:
Code: Select all
Current Load:
Config Name = localhost
Service Description = Current Load
Check command = check_local_load
$ARG1$ = 5.0,4.0,3.0
$ARG2$ = 10.0,6.0,4.0
Template Name = local-service
Config Name = localhost
Service Description = Current Users
Check command = check_local_users
$ARG1$ = 20
$ARG2$ = 50
Template Name = local-service
Config Name = localhost
Service Description = Current Users
Check command = check_local_users
$ARG1$ = 20
$ARG2$ = 50
Template Name = local-service
Config Name = localhost
Service Description = PING
Check command = check_local_users
$ARG1$ = 20
$ARG2$ = 50
Template Name = local-service
Config Name = localhost
Service Description = Root Partition
Check command = check_local_disk
$ARG1$ = 20%
$ARG2$ = 10%
$ARG3$ = /
Template Name = local-service
Config Name = localhost
Service Description = SSH
Check command = check_ssh
Template Name = local-service
Config Name = localhost
Service Description = Swap Usage
Check command = check_local_swap
$ARG1$ = 20
$ARG2$ = 10
Template Name = local-service
Config Name = localhost
Service Description = Total Processes
Check command = check_local_procs
$ARG1$ = 250
$ARG2$ = 400
$ARG3$ = RSZDT
Template Name = local-service
Re: Host Is showing down in nagios xi
Posted: Tue Feb 14, 2012 6:16 am
by vaibhav beohar
HI,
In nagios xi is there anything like IIS or apache logs monitoring, is there any wizard in which i can get Logs monitoring as well.
like splunk one tool is there
Thanks,
Vaibhav.