Search found 6 matches

by Ticcio
Wed Mar 30, 2016 5:14 am
Forum: Open Source Nagios Projects
Topic: Dependencies Issues
Replies: 3
Views: 1179

Re: Dependencies Issues

Oh, well that's kinda embarassing.
Thank you for the help! Sorry for the delay!
by Ticcio
Fri Mar 25, 2016 9:14 am
Forum: Open Source Nagios Projects
Topic: Dependencies Issues
Replies: 3
Views: 1179

Dependencies Issues

Hi! I'm configuring my first dependencies ever and I have a few questions since they are not working. Basically, a rough map could be this one +Host1 +-AsteriskServiceCheck +--CallsCheck +--ChannelsCheck and on.. Since i have more than one host that needs this dependency I found this on the document...
by Ticcio
Fri Oct 23, 2015 2:15 am
Forum: Open Source Nagios Projects
Topic: Logs within a custom script
Replies: 5
Views: 2785

Re: Logs within a custom script

Yes, you are right. Thank you very much, you can close this up c:
by Ticcio
Thu Oct 22, 2015 3:12 am
Forum: Open Source Nagios Projects
Topic: Logs within a custom script
Replies: 5
Views: 2785

Re: Logs within a custom script

I think that was kinda a stupid error LOG_FILE=$PROGPATH/nagioslogs.out LOG_FILE_ERR=$PROGPATH/nagioslogs_error_${UniqueCallID}.out I forgot to add the path before the logs files, so it ended up he could not write. The exit status for the files' redirect was 1 indeed. Other than that, I'm running wi...
by Ticcio
Wed Oct 21, 2015 4:10 am
Forum: Open Source Nagios Projects
Topic: Nagios can't send E-mail to the user when it gets alert
Replies: 3
Views: 967

Re: Nagios can't send E-mail to the user when it gets alert

Did you change the email in contacts.cfg? define contact{ contact_name nagiosadmin ; Short name of user use generic-contact ; Inherit default values from generic-contact template (defined above) alias Nagios Admin ; Full name of user email your.email@stuff.cats ; <<***** CHANGE THIS TO YOUR EMAIL AD...
by Ticcio
Wed Oct 21, 2015 3:54 am
Forum: Open Source Nagios Projects
Topic: Logs within a custom script
Replies: 5
Views: 2785

Logs within a custom script

Hey! I'm extremely new with Nagios and Bash scripting, but I've managed to install it with various NRPE Clients on some Virtual Machines. I created some custom script to do different checks and they work fine, but the problem is when I try to log them. Public Keys are set, /etc/sudoers/ is fine, oth...