Search found 27 matches

by danieloo
Thu Dec 11, 2014 6:26 am
Forum: Nagios Log Server
Topic: data retention
Replies: 3
Views: 2383

Re: data retention

Thanks..
That was indeed what i was looking for..
by danieloo
Thu Dec 04, 2014 7:45 am
Forum: Nagios Log Server
Topic: data retention
Replies: 3
Views: 2383

data retention

Hi we need a rsyslog server that is easy to use, we allready are using nagiosxi for our main monitoring. Nagios Log server looks very promising howerver I cna't seem to find the data retention ?? For our line of work and commitments to our suppliers and customers we need to save certain data for 6 m...
by danieloo
Tue May 06, 2014 9:08 am
Forum: Nagios XI
Topic: ncpa error messages and bugs 1.0/1.1
Replies: 30
Views: 8602

Re: ncpa error messages and bugs 1.0/1.1

My issues with ncpa debian: - both init.d files status() { if [ -f /usr/local/ncpa/var/ncpa_posix_listener.pid ]; then pid=`cat /usr/local/ncpa/var/ncpa_posix_listener.pid` changes to: status() { if [ -f /usr/local/ncpa/var/ncpa_passive.pid ]; then pid=`cat /usr/local/ncpa/var/ncpa_passive.pid` posi...
by danieloo
Thu Oct 17, 2013 8:10 am
Forum: Nagios XI
Topic: things that are bugging me
Replies: 3
Views: 1340

Re: things that are bugging me

With the boxes I mean the bozes where you can select hostgroups/servicegroups etc during the configuration of a service and/or host
by danieloo
Fri Jul 26, 2013 2:53 am
Forum: Nagios XI
Topic: users with just BPI access
Replies: 2
Views: 1425

Re: users with just BPI access

easiest is just to create an extra user that does have privileges on the service checks and host checks but doesn't receive any notifications...
by danieloo
Thu Jul 25, 2013 7:15 am
Forum: Nagios XI
Topic: Service Re-Configuration Failed
Replies: 15
Views: 4652

Re: Service Re-Configuration Failed

what does this say (just errors please)

Code: Select all

/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
by danieloo
Thu Jul 25, 2013 6:52 am
Forum: Nagios XI
Topic: Service Re-Configuration Failed
Replies: 15
Views: 4652

Re: Service Re-Configuration Failed

It clearly says do not modify! please reinstate this file to it's original default maybe using the code below # XI OBJECTS - DO NOT MODIFY! #################################################### # CONTACTS #################################################### define contact{ contact_name xi_default_con...
by danieloo
Thu Jul 25, 2013 6:50 am
Forum: Nagios XI
Topic: Service Re-Configuration Failed
Replies: 15
Views: 4652

Re: Service Re-Configuration Failed

This happens when you try to edit two things related to each other without applying configuration first... when this happens within services/hosts i delete those files from disk and re-apply configuration from within nagiosxi, this recreates all config files. I do not know if this happens for xiobje...
by danieloo
Thu Jul 25, 2013 4:50 am
Forum: Nagios XI
Topic: users with just BPI access
Replies: 2
Views: 1425

users with just BPI access

Hi. I would like to limit some users to BPI usage.. What they need is to get alerts when their BPI process isn't healthy anymore. They need to be able to drill down in their process through the interface but not receive any alerts from the checks. Whilst other user (mainly administrators) need to ha...
by danieloo
Tue Mar 12, 2013 4:45 am
Forum: Nagios XI
Topic: hostname vs host adres
Replies: 1
Views: 844

hostname vs host adres

How many people are changing the check_nagiosxi_http_service from hostaddress to hostname. I'd actually would like to see that all -H commandline options be replaced bij hostname as for the adress you have the option -I I have to change it after every upgrade. as it is being overwritten.. hostaddres...