I need to integrate with Nagios and JIRA.
checked this and seems this isn't secure
https://marketplace.atlassian.com/apps/ ... b=overview
any other way to do this ?
Search found 8 matches
- Tue Mar 30, 2021 11:43 am
- Forum: Open Source Nagios Projects
- Topic: Nagios integrating with JIRA
- Replies: 0
- Views: 2716
- Fri Mar 01, 2019 2:31 am
- Forum: Open Source Nagios Projects
- Topic: Check apache tomcat Heap information
- Replies: 5
- Views: 2734
Re: Check apache tomcat Heap information
when I try to post I got the "You need to login first before you can add a listing"
after the logged in got the "Invalid Token"
after the logged in got the "Invalid Token"
- Thu Feb 28, 2019 4:58 am
- Forum: Open Source Nagios Projects
- Topic: Check apache tomcat Heap information
- Replies: 5
- Views: 2734
Re: Check apache tomcat Heap information
@tgriep Thank you for your response. Actually I manged to write own script to get those information and it's working nicely. # ./check_heap_tomcat Tomcat Mem:3GB/15GB (21%) and JVM Mem:1GB/7GB (14%) Alreaday Try to upload this script to here but Unable to do that due to error in webpage https://exch...
- Wed Feb 27, 2019 12:52 am
- Forum: Open Source Nagios Projects
- Topic: Check apache tomcat Heap information
- Replies: 5
- Views: 2734
Check apache tomcat Heap information
I already try everything from this link but no luck
https://exchange.nagios.org/directory/P ... che-Tomcat
Is there any other way to monitor apache tomcat memory informations using nagios core ?
https://exchange.nagios.org/directory/P ... che-Tomcat
Is there any other way to monitor apache tomcat memory informations using nagios core ?
- Wed Feb 06, 2019 7:41 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Core Commands Order
- Replies: 1
- Views: 760
Nagios Core Commands Order
can some one explain the order of the execution of below commands ? ----Services/Host----- Max. Check Attempts 2 Normal Check Interval 30s Retry Check Interval 2min First Notification Delay 0(default) first nagios try two attempts of 30 seconds then send the notifications immediately or after two at...
- Mon Oct 22, 2018 1:38 am
- Forum: Open Source Nagios Projects
- Topic: Send email with Subject and CC list in nagios Core
- Replies: 5
- Views: 4337
Re: Send email with Subject and CC list in nagios Core
thank you for the support it's working now. if I create the new contact in contact.cfg and mention in host configuration file under contact group it's working.but in the email unable to visible to email address.how can I fixed that ? can we mention the cc email address in command like this /usr/bin/...
- Fri Oct 19, 2018 1:14 am
- Forum: Open Source Nagios Projects
- Topic: Send email with Subject and CC list in nagios Core
- Replies: 5
- Views: 4337
Re: Send email with Subject and CC list in nagios Core
notify-host-by-email command /usr/bin/printf "%b" "***** Location $HOSTNAME$ Health Report*****\n\nNotification Type: $NOTIFICATIONTYPE$\nHost: $HOSTNAME$\nState: $HOSTSTATE$\nAddress: $HOSTADDRESS$\nInfo: $HOSTOUTPUT$\n\nDate/Time: $LONGDATETIME$\n" | /bin/mail -s "** $NOTI...
- Thu Oct 18, 2018 6:53 am
- Forum: Open Source Nagios Projects
- Topic: Send email with Subject and CC list in nagios Core
- Replies: 5
- Views: 4337
Send email with Subject and CC list in nagios Core
I already installed nagios core and add few host to check the stats
when I get the notification I need came up with custom subject line and also need to cc to few peoples
how I can do this ? is that possible to do using mail utility ?
when I get the notification I need came up with custom subject line and also need to cc to few peoples
how I can do this ? is that possible to do using mail utility ?