Search found 2 matches

by anavarretega
Tue Feb 21, 2017 4:19 pm
Forum: Nagios XI
Topic: Event Handlers
Replies: 3
Views: 642

Re: Event Handlers

Yea, It did work but now I have another related problem. Not sure if I should make another post but I will reply here. I am using NRPE to execute a remote script. (I already added the command and service and it works fine.) All the script does is run tcpdump. sudo timeout 10 tcpdump -i lo -w /path/t...
by anavarretega
Sat Feb 18, 2017 3:18 pm
Forum: Nagios XI
Topic: Event Handlers
Replies: 3
Views: 642

Event Handlers

Hi there, I do not have a problem with NagiosXI. I am actually looking for advice about using event handlers, so any advice will be appreciated. First, I created a simple local check command "check_local_tcpdump" where it just checks if there are any tcpdump processes running. I also creat...