Search found 13 matches
- Fri Nov 23, 2012 11:55 am
- Forum: Nagios XI
- Topic: Split Nagios XI databases from application
- Replies: 7
- Views: 535
Re: Split Nagios XI databases from application
It seems that something is missing: > cat /usr/local/nagios/etc/resource.cfg ## Path to the plugins $USER1$=/usr/local/nagios/libexec ## Path to event handlers #$USER2$=/usr/local/nagios/libexec/eventhandlers ## Port for NSClient++ $USER7$=*** ## Password for NSClient++ $USER8$=*** ## MySQL Paramete...
- Fri Nov 23, 2012 11:11 am
- Forum: Nagios XI
- Topic: Split Nagios XI databases from application
- Replies: 7
- Views: 535
Re: Split Nagios XI databases from application
Great. Doing that right now. 
- Fri Nov 23, 2012 9:10 am
- Forum: Nagios XI
- Topic: Split Nagios XI databases from application
- Replies: 7
- Views: 535
Re: Split Nagios XI databases from application
It works great. Thanks. We are going to now create a slave-db for replication and move the /store/backups to an hfs drive. Any issues you think that doing so could cause? Some in our team is suggesting to use net-backup but I think it's simpler to just do the NFS trick. ;) Do anyone knows what chang...
- Thu Nov 22, 2012 11:12 pm
- Forum: Nagios XI
- Topic: Nagios and PostgreSQL engine?
- Replies: 1
- Views: 142
Nagios and PostgreSQL engine?
Can anyone tell us what is Nagios using PostgreSQL for?
If we decide to split the MySQL database to a separate server, can anyone tell us if we should do the same with PostgreSQL or is it embedded in the Nagios engine?
If we decide to split the MySQL database to a separate server, can anyone tell us if we should do the same with PostgreSQL or is it embedded in the Nagios engine?
- Thu Nov 22, 2012 2:23 pm
- Forum: Nagios XI
- Topic: Split Nagios XI databases from application
- Replies: 7
- Views: 535
Split Nagios XI databases from application
Hello everyone, I am wondering if we could split the host databases (MySQL and PostgreSQL) to another host. Is everything hardcoded in the Nagios XI server to only look for databases at the localhost? if not, please can anyone suggest or guide in what would be required to modify? We just want to do ...
- Fri Oct 05, 2012 10:09 am
- Forum: Nagios XI
- Topic: Configuring NRPE custom parameters
- Replies: 13
- Views: 5409
Re: Configuring NRPE custom parameters
Thanks for the response. Do you have a Debian setup available? it's said to be only for RedHat and CentOS.
I will try to open it and see what happens. Need Debian and Solaris plus including Windows clients.
I will try to open it and see what happens. Need Debian and Solaris plus including Windows clients.
- Thu Oct 04, 2012 4:46 pm
- Forum: Nagios XI
- Topic: Configuring NRPE custom parameters
- Replies: 13
- Views: 5409
Re: Configuring NRPE custom parameters
This is a great answer. I was looking to find something like this. Thanks. There seems to be something missing at the Nagios XI server setup we have. For example those command 'check_init_service' does not exist at all anywhere (neither server or clients): command[check_init_service]=sudo /usr/local...
- Thu Oct 04, 2012 4:14 pm
- Forum: Nagios XI
- Topic: Configuring NRPE custom parameters
- Replies: 13
- Views: 5409
Re: Configuring NRPE custom parameters
Nothing to do with that at all. I am trying to do exactly the opposite. I am interested to let the NRPE client handle the parameters. As it's right now, the parameters are hardcoded within single quote to simulate a single parameter but it does not work since the agent remote-commands are hardcoded ...
- Thu Oct 04, 2012 3:39 pm
- Forum: Nagios XI
- Topic: NRPE disable SSL (mixed environments)
- Replies: 1
- Views: 1592
NRPE disable SSL (mixed environments)
Please, how can we have SSL disabled between the remote-servers (clients) and the nagios-server?
We have an issue of different Linux-OS and there seems to be a problem pointing to SSL version.
Sincerely, Ed. Thanks.
We have an issue of different Linux-OS and there seems to be a problem pointing to SSL version.
Sincerely, Ed. Thanks.
- Thu Oct 04, 2012 1:31 pm
- Forum: Nagios XI
- Topic: Configuring NRPE custom parameters
- Replies: 13
- Views: 5409
Re: Configuring NRPE custom parameters
Thank you for your reply. Do you happen to know the answer as to why the Nagios XI default setup has a command like this: check_nrpe!check_disk!-a '-w20% -c10% -p/' Is this the way it's supposed to work? Does it work for you? If so, can you tell me what am I doing wrong at my side with either the se...