Search found 24 matches
- Sat Dec 15, 2018 2:23 am
- Forum: Open Source Nagios Projects
- Topic: Nagios log rotation query
- Replies: 1
- Views: 2595
Nagios log rotation query
Hi Team, I would like to know about the nagios.log. I have noticed that every hour logs are rotated and moved the directory archives. This logs are rotated every hour as it is configured as "log_rotation_method=h". -rw-r--r-- 1 nagios nagios 219K Dec 15 10:59 nagios-12-15-2018-11.log -rw-r...
- Fri Nov 30, 2018 5:19 am
- Forum: Open Source Nagios Projects
- Topic: Notification alert issue
- Replies: 4
- Views: 1866
Re: Notification alert issue
Yes i enabled but didn't get a ticket for system related check but got for other services which were configured under it.PFA.
Please help me to resolve this issue
Please help me to resolve this issue
- Fri Nov 30, 2018 1:38 am
- Forum: Open Source Nagios Projects
- Topic: Notification alert issue
- Replies: 4
- Views: 1866
Re: Notification alert issue
Yes @benjaminsmith
It worked.Thanks much.
Regards,
Rituraj
It worked.Thanks much.
Regards,
Rituraj
- Wed Nov 28, 2018 12:50 pm
- Forum: Open Source Nagios Projects
- Topic: Notification alert issue
- Replies: 4
- Views: 1866
Notification alert issue
Hi Team, I have a automatic Jira ticket deployed in my nagios machine . So the challenge is ,When host is getting down it is creating ticket for all respective service which is defined under that host. Is there any possibilities it can create ticket only for host down and ignore the service is defin...
- Tue Nov 27, 2018 7:11 am
- Forum: Open Source Nagios Projects
- Topic: Integrate JIRA with Nagios
- Replies: 30
- Views: 18202
Re: Integrate JIRA with Nagios
Hi All,
i have pushed docker image for Nagios -jira Integration configuration.
Please pull the docker image by using - docker pull rajritu45/gre if required.
Regards,
Rituraj
i have pushed docker image for Nagios -jira Integration configuration.
Please pull the docker image by using - docker pull rajritu45/gre if required.
Regards,
Rituraj
- Tue Nov 27, 2018 7:02 am
- Forum: Open Source Nagios Projects
- Topic: Integrate JIRA with Nagios
- Replies: 30
- Views: 18202
Re: Integrate JIRA with Nagios
Thanks much scottwilkerson . It is working fine now.
Regards,
Rituraj.
Regards,
Rituraj.
- Mon Nov 26, 2018 7:43 am
- Forum: Open Source Nagios Projects
- Topic: Integrate JIRA with Nagios
- Replies: 30
- Views: 18202
Re: Integrate JIRA with Nagios
Please find the logs details below:- [11-26-2018 17:37:24] GLOBAL SERVICE EVENT HANDLER: PROBE-SRVR;mydesktop.it.com Status;CRITICAL;SOFT;1;jira Service Critical[11-26-2018 17:37:24] SERVICE ALERT: PROBE-SRVR;mydesktop.it.com Status;CRITICAL;SOFT;1;connect to address mydesktop.it.com and port 80: Co...
- Mon Nov 26, 2018 7:34 am
- Forum: Open Source Nagios Projects
- Topic: Integrate JIRA with Nagios
- Replies: 30
- Views: 18202
Re: Integrate JIRA with Nagios
Hi Team,
Also, Please confirm would event handler get disable during schedule downtime?
It is creating multiple automatic tickets during scheduled downtime as there was flapping during activity.
Regards,
rituraj
Also, Please confirm would event handler get disable during schedule downtime?
It is creating multiple automatic tickets during scheduled downtime as there was flapping during activity.
Regards,
rituraj
- Thu Nov 22, 2018 8:12 am
- Forum: Open Source Nagios Projects
- Topic: Integrate JIRA with Nagios
- Replies: 30
- Views: 18202
Re: Integrate JIRA with Nagios
Please find the requested details below:- in --> nagios.cfg global_host_event_handler=jira global_service_event_handler=jira in --> command.cfg define command{ command_name jira command_line $USER1$/NagiosIssue2JSD.pl -s "$SERVICESTATE$" -t "$SERVICESTATETYPE$" -A "$SERVICEA...
- Wed Nov 21, 2018 3:12 am
- Forum: Open Source Nagios Projects
- Topic: Integrate JIRA with Nagios
- Replies: 30
- Views: 18202
Re: Integrate JIRA with Nagios
Hi Team, After successfully integrated nagios with Jira, Today I face new challenge, kindly help me to resolve the below issue. Issue description:- I have set in my script if any "critical alert and state change to HARD state" it should generate a jira ticket. and the ticket should not get...