Re: [icinga-users] your database isn't able to keep up

2017-02-17 Thread Michael Martinez
On Fri, Feb 17, 2017 at 1:41 PM, Tobias von der Krone wrote: > > That means that your database is too slow and you're queue items will > steadily increase. Actually, 86 queries per second is really slow. What > database are you using and what specs does your database server have? > mysql-5.5, ru

Re: [icinga-users] your database isn't able to keep up

2017-02-17 Thread Tobias von der Krone
Hi. On 2017-02-17 22:07, Michael Martinez wrote: I'm seeing the following messages in my icinga2.log: [2017-02-17 16:04:39 -0500] information/IdoMysqlConnection: Query queue items: 227, query rate: 86.5/s (5190/min 18524/5min 57927/15min); empty in infinite time, your database isn't able to kee

[icinga-users] your database isn't able to keep up

2017-02-17 Thread Michael Martinez
I'm seeing the following messages in my icinga2.log: [2017-02-17 16:04:39 -0500] information/IdoMysqlConnection: Query queue items: 227, query rate: 86.5/s (5190/min 18524/5min 57927/15min); empty in infinite time, your database isn't able to keep up What does this mean and what should I do to fi

Re: [icinga-users] help with icingaweb2-module-fileshipper

2017-02-17 Thread Scott
Thanks for the extremely quick response Thomas! That did the trick. Regards, Scott. On Fri, Feb 17, 2017 at 11:11 AM, Thomas Gelf wrote: > Blind guess: you didn't set up a related sync rule > > Am 17.02.2017 um 18:09 schrieb Scott: >> I have enabled the fileshipper module and created a import

Re: [icinga-users] help with icingaweb2-module-fileshipper

2017-02-17 Thread Thomas Gelf
Blind guess: you didn't set up a related sync rule Am 17.02.2017 um 18:09 schrieb Scott: > I have enabled the fileshipper module and created a import source as a > CSV. I have created a file with the following: > > "host","address" > host1, host1 > host2, host2 > > When I click the trigger impor

[icinga-users] help with icingaweb2-module-fileshipper

2017-02-17 Thread Scott
I have enabled the fileshipper module and created a import source as a CSV. I have created a file with the following: "host","address" host1, host1 host2, host2 When I click the trigger import run everything seems to work although I have new new imported hosts. Am I missing something? Thanks,