Search found 90 matches
- Thu Feb 23, 2017 8:57 am
- Forum: Nagios XI
- Topic: add hostgroups to service SNMP traps
- Replies: 13
- Views: 1397
Re: add hostgroups to service SNMP traps
Is that an easy change that we could make? What directory is the SNMP Trap Sender component in?
- Wed Feb 22, 2017 3:10 pm
- Forum: Nagios XI
- Topic: add hostgroups to service SNMP traps
- Replies: 13
- Views: 1397
Re: add hostgroups to service SNMP traps
If I recreated how our host groups are set up but as service groups and then tried to add a servicegroupname /s to that command, do you think that would work?
- Wed Feb 22, 2017 1:34 pm
- Forum: Nagios XI
- Topic: add hostgroups to service SNMP traps
- Replies: 13
- Views: 1397
Re: add hostgroups to service SNMP traps
We tested that earlier this week and it didn't work as we expected it to.
EDIT: Just tested it again with hostgroupname and hostgroupsnames, neither of which worked.
EDIT: Just tested it again with hostgroupname and hostgroupsnames, neither of which worked.
- Wed Feb 22, 2017 8:23 am
- Forum: Nagios XI
- Topic: add hostgroups to service SNMP traps
- Replies: 13
- Views: 1397
Re: add hostgroups to service SNMP traps
That's correct. We are using the SNMP Trap Sender component. Right now we only have it set up to send traps on hard state DOWN hosts. In order to get the hostgroups to come across in these traps we modified the xi_host_event_handler command adding --hostgroupnames="$HOSTGROUPNAMES$" to the...
- Tue Feb 21, 2017 10:00 am
- Forum: Nagios XI
- Topic: add hostgroups to service SNMP traps
- Replies: 13
- Views: 1397
Re: add hostgroups to service SNMP traps
I'm not seeing these files in /etc/snmp
the files I'm seeing are: snmpd.conf snmpd.conf.rpmnew snmptrapd.conf
the files I'm seeing are: snmpd.conf snmpd.conf.rpmnew snmptrapd.conf
- Tue Feb 14, 2017 8:58 am
- Forum: Nagios XI
- Topic: add hostgroups to service SNMP traps
- Replies: 13
- Views: 1397
Re: add hostgroups to service SNMP traps
Sorry for the poor wording. The way we are currently monitoring these devices we were monitoring just the host up/down and when a host went down it would send an SNMP trap out to create a ticket on that device. In that SNMP trap we have the hostgroups that host is in, in the trap itself. We are now ...
- Mon Feb 13, 2017 3:03 pm
- Forum: Nagios XI
- Topic: add hostgroups to service SNMP traps
- Replies: 13
- Views: 1397
add hostgroups to service SNMP traps
Is there a way to add the hostgroups a host is in to a service alert SNMP trap?
- Wed Jan 18, 2017 9:23 am
- Forum: Nagios XI
- Topic: Changed Host monitoring int, checking old and new intervals
- Replies: 8
- Views: 956
Re: Changed Host monitoring int, checking old and new interv
Lets leave it open for now just in case
- Tue Jan 17, 2017 2:53 pm
- Forum: Nagios XI
- Topic: Changed Host monitoring int, checking old and new intervals
- Replies: 8
- Views: 956
Re: Changed Host monitoring int, checking old and new interv
Nevermind, I figured it out. I had to run 'kill -9 pid' to kill each of those stubborn process individually. All three servers seem to be back to normal. I will keep an eye on our monitoring the next few days to make sure this fixed the problem.
Thank you for all the help.
Thank you for all the help.
- Tue Jan 17, 2017 2:20 pm
- Forum: Nagios XI
- Topic: Changed Host monitoring int, checking old and new intervals
- Replies: 8
- Views: 956
Re: Changed Host monitoring int, checking old and new interv
That seems to have worked well on one server: Capture 8.PNG But not so well on the other two. For instance on this one Nagios process 11785 will not go away. I can run 'pkill nagios' and then 'ps -ef | grep nagios.cfg | grep -v grep' and the process will still be there: Capture 6.PNG And on this ser...