You can subscribe to this list here.
2002 |
Jan
|
Feb
(6) |
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
(5) |
Sep
|
Oct
(3) |
Nov
(6) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
|
Feb
(8) |
Mar
(2) |
Apr
(14) |
May
(10) |
Jun
(13) |
Jul
(16) |
Aug
(11) |
Sep
(14) |
Oct
(9) |
Nov
(4) |
Dec
(14) |
2004 |
Jan
(6) |
Feb
(11) |
Mar
(2) |
Apr
(14) |
May
(12) |
Jun
(3) |
Jul
(14) |
Aug
(22) |
Sep
(13) |
Oct
(9) |
Nov
(11) |
Dec
(8) |
2005 |
Jan
|
Feb
(4) |
Mar
|
Apr
(7) |
May
(4) |
Jun
(3) |
Jul
(8) |
Aug
(37) |
Sep
(16) |
Oct
(15) |
Nov
(1) |
Dec
(12) |
2006 |
Jan
|
Feb
(2) |
Mar
(2) |
Apr
(15) |
May
(22) |
Jun
(3) |
Jul
(9) |
Aug
(17) |
Sep
(46) |
Oct
(17) |
Nov
(14) |
Dec
(6) |
2007 |
Jan
(14) |
Feb
(7) |
Mar
(32) |
Apr
(4) |
May
(5) |
Jun
(56) |
Jul
(35) |
Aug
(33) |
Sep
(19) |
Oct
(16) |
Nov
(35) |
Dec
(19) |
2008 |
Jan
(16) |
Feb
(6) |
Mar
(10) |
Apr
(12) |
May
(4) |
Jun
(1) |
Jul
(5) |
Aug
(5) |
Sep
(7) |
Oct
(10) |
Nov
(1) |
Dec
(10) |
2009 |
Jan
(10) |
Feb
(3) |
Mar
(13) |
Apr
(9) |
May
(2) |
Jun
(5) |
Jul
|
Aug
(5) |
Sep
|
Oct
|
Nov
(1) |
Dec
(16) |
2010 |
Jan
(1) |
Feb
(1) |
Mar
(1) |
Apr
(1) |
May
(10) |
Jun
(2) |
Jul
(3) |
Aug
(3) |
Sep
(1) |
Oct
(1) |
Nov
(1) |
Dec
(5) |
2011 |
Jan
(1) |
Feb
(1) |
Mar
(3) |
Apr
|
May
(1) |
Jun
(7) |
Jul
(17) |
Aug
(9) |
Sep
(4) |
Oct
(14) |
Nov
(7) |
Dec
(17) |
2012 |
Jan
(18) |
Feb
(13) |
Mar
(11) |
Apr
(5) |
May
(25) |
Jun
(23) |
Jul
(22) |
Aug
(30) |
Sep
(12) |
Oct
(5) |
Nov
(18) |
Dec
(13) |
2013 |
Jan
(2) |
Feb
(18) |
Mar
(28) |
Apr
(14) |
May
(33) |
Jun
(20) |
Jul
(24) |
Aug
(3) |
Sep
(26) |
Oct
(12) |
Nov
(3) |
Dec
(11) |
2014 |
Jan
(32) |
Feb
(17) |
Mar
(25) |
Apr
(20) |
May
(47) |
Jun
(15) |
Jul
(35) |
Aug
(13) |
Sep
(5) |
Oct
(5) |
Nov
(12) |
Dec
(2) |
2015 |
Jan
(3) |
Feb
(15) |
Mar
(10) |
Apr
(8) |
May
(12) |
Jun
(4) |
Jul
(2) |
Aug
|
Sep
(42) |
Oct
(10) |
Nov
(12) |
Dec
(2) |
2016 |
Jan
|
Feb
(11) |
Mar
(17) |
Apr
(3) |
May
(32) |
Jun
(13) |
Jul
(15) |
Aug
(14) |
Sep
(8) |
Oct
(8) |
Nov
(15) |
Dec
(4) |
2017 |
Jan
(5) |
Feb
(46) |
Mar
(10) |
Apr
(1) |
May
(15) |
Jun
(5) |
Jul
(11) |
Aug
(6) |
Sep
(10) |
Oct
(12) |
Nov
(7) |
Dec
(2) |
2018 |
Jan
(1) |
Feb
(3) |
Mar
(3) |
Apr
|
May
|
Jun
(1) |
Jul
(2) |
Aug
(7) |
Sep
(1) |
Oct
(1) |
Nov
(5) |
Dec
|
2019 |
Jan
(4) |
Feb
(1) |
Mar
|
Apr
(4) |
May
(1) |
Jun
|
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(1) |
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(7) |
Oct
(2) |
Nov
(4) |
Dec
|
2022 |
Jan
|
Feb
|
Mar
(7) |
Apr
(7) |
May
(9) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(5) |
Nov
|
Dec
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2025 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Todd B. <tb...@gm...> - 2017-05-17 13:45:29
|
You want the maintenance_status field for a host. e.g. Sent: { "jsonrpc": "2.0", "method": "host.get", "params": { "output": [ "hostid", "maintenance_status" ], "filter": { "hostid": [ 19644, 19645 ] } }, "auth": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "id": 1 } Received: { "result" : [ { "hostid" : "19644", "maintenance_status" : "1" }, { "hostid" : "19645", "maintenance_status" : "0" } ], "jsonrpc" : "2.0", "id" : 1 } On Wed, May 17, 2017 at 7:16 AM, Florent B <fl...@co...> wrote: > On 05/16/2017 08:12 PM, Volker Fröhlich wrote: > > > >> The item is configured to be fetched every 30 seconds. Do I have to wait > >> 30 seconds after entering maintenance ? > > You should wait up to 60 seconds to be sure maintenance becomes > > effective: Maintenances are processed only at the full minute, e. g. > > 17:21:00, 17:22:00, ... > > > > Volker > > > > Ok that's interesting and probably what's affecting me. > How can I check that maintenance is "processed" via API after my > maintenance_create ? > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Zabbix-users mailing list > Zab...@li... > https://lists.sourceforge.net/lists/listinfo/zabbix-users > |
From: Volker F. <vol...@gm...> - 2017-05-16 18:13:15
|
On 16.05.2017 14:28, Florent B wrote: > Hi everyone, > > I have a little problem with maintenance period. I use Zabbix 3.2.5. > > During an app deployment, I set the host in maintenance without data > collection. > > For example, host entered maintenance at 12:45:23. ^ How did you verify that? > > Why an item is fetched and triggered at 12:45:46 ? Is it expected ? Then > the trigger stays until the end of maintenance period. That's probably the effect of the "pause" option of the action. > > The item is configured to be fetched every 30 seconds. Do I have to wait > 30 seconds after entering maintenance ? You should wait up to 60 seconds to be sure maintenance becomes effective: Maintenances are processed only at the full minute, e. g. 17:21:00, 17:22:00, ... Volker > > Thank you. > > Florent > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Zabbix-users mailing list > Zab...@li... > https://lists.sourceforge.net/lists/listinfo/zabbix-users > |
From: <az...@po...> - 2017-05-05 19:23:40
|
Citát Volker Fröhlich <vol...@gm...>: > On 04.05.2017 21:49, az...@po... wrote: >> >> Citát Volker Fröhlich <vol...@gm...>: >> >>> On 04.05.2017 19:09, az...@po... wrote: >>>> Hi, >>>> >>>> i would like to enable repeated notifications but i'm, probably, >>>> misunderstanding something. >>>> >>>> I need from Zabbix to repeatedly (for example every 10 minutes) send >>>> an SMS notification if something wrong happens. Even more, i need from >>>> Zabbix to stop these notifications if problem goes away (=is fixed for >>>> example). >>>> >>>> I have everything (tiggers, garphs, actions etc.), except repeated >>>> notifications, fully set and working. If i enable repeated >>>> notifications in section Actions - Operations - Step: >>>> From - 1 >>>> To - 0 >>>> Step duration - 600 >>>> >>>> Everything seems to be working fine UNTIL the problem is resolved and >>>> trigger switch to off. From now on, Zabbix is sending 'OK' >>>> notifications forever! The only thing, which stop these notifications, >>>> is disabling and enabling the action. >>>> >>>> My questions: >>>> - Is this bug of excepted behavior? >>>> - If this is excepted, how should i configure it to do what i need? >>> >>> Unless you did not specify "PROBLEM" as an action condition, that's >>> certainly not normal. >> >> >> These are action conditions: >> >> Type of calculation: AND (A) and (B) >> (A) Trigger severity = Disaster >> (B) Host group = MY_GROUP >> > > Please add "status = problem"! > Ok, that fixed it, thank you. |
From: Volker F. <vol...@gm...> - 2017-05-05 16:51:30
|
On 04.05.2017 21:49, az...@po... wrote: > > Citát Volker Fröhlich <vol...@gm...>: > >> On 04.05.2017 19:09, az...@po... wrote: >>> Hi, >>> >>> i would like to enable repeated notifications but i'm, probably, >>> misunderstanding something. >>> >>> I need from Zabbix to repeatedly (for example every 10 minutes) send >>> an SMS notification if something wrong happens. Even more, i need from >>> Zabbix to stop these notifications if problem goes away (=is fixed for >>> example). >>> >>> I have everything (tiggers, garphs, actions etc.), except repeated >>> notifications, fully set and working. If i enable repeated >>> notifications in section Actions - Operations - Step: >>> From - 1 >>> To - 0 >>> Step duration - 600 >>> >>> Everything seems to be working fine UNTIL the problem is resolved and >>> trigger switch to off. From now on, Zabbix is sending 'OK' >>> notifications forever! The only thing, which stop these notifications, >>> is disabling and enabling the action. >>> >>> My questions: >>> - Is this bug of excepted behavior? >>> - If this is excepted, how should i configure it to do what i need? >> >> Unless you did not specify "PROBLEM" as an action condition, that's >> certainly not normal. > > > These are action conditions: > > Type of calculation: AND (A) and (B) > (A) Trigger severity = Disaster > (B) Host group = MY_GROUP > Please add "status = problem"! Volker > > >> 2.2.18 is the latest 2.2, by the way. > > > I'm using Zabbix packages from Debian Jessie (latest stable version of > Debian). > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Zabbix-users mailing list > Zab...@li... > https://lists.sourceforge.net/lists/listinfo/zabbix-users > |
From: <az...@po...> - 2017-05-04 19:49:18
|
Citát Volker Fröhlich <vol...@gm...>: > On 04.05.2017 19:09, az...@po... wrote: >> Hi, >> >> i would like to enable repeated notifications but i'm, probably, >> misunderstanding something. >> >> I need from Zabbix to repeatedly (for example every 10 minutes) send >> an SMS notification if something wrong happens. Even more, i need from >> Zabbix to stop these notifications if problem goes away (=is fixed for >> example). >> >> I have everything (tiggers, garphs, actions etc.), except repeated >> notifications, fully set and working. If i enable repeated >> notifications in section Actions - Operations - Step: >> From - 1 >> To - 0 >> Step duration - 600 >> >> Everything seems to be working fine UNTIL the problem is resolved and >> trigger switch to off. From now on, Zabbix is sending 'OK' >> notifications forever! The only thing, which stop these notifications, >> is disabling and enabling the action. >> >> My questions: >> - Is this bug of excepted behavior? >> - If this is excepted, how should i configure it to do what i need? > > Unless you did not specify "PROBLEM" as an action condition, that's > certainly not normal. These are action conditions: Type of calculation: AND (A) and (B) (A) Trigger severity = Disaster (B) Host group = MY_GROUP > 2.2.18 is the latest 2.2, by the way. I'm using Zabbix packages from Debian Jessie (latest stable version of Debian). |
From: Volker F. <vol...@gm...> - 2017-05-04 19:32:57
|
On 04.05.2017 19:09, az...@po... wrote: > Hi, > > i would like to enable repeated notifications but i'm, probably, > misunderstanding something. > > I need from Zabbix to repeatedly (for example every 10 minutes) send > an SMS notification if something wrong happens. Even more, i need from > Zabbix to stop these notifications if problem goes away (=is fixed for > example). > > I have everything (tiggers, garphs, actions etc.), except repeated > notifications, fully set and working. If i enable repeated > notifications in section Actions - Operations - Step: > From - 1 > To - 0 > Step duration - 600 > > Everything seems to be working fine UNTIL the problem is resolved and > trigger switch to off. From now on, Zabbix is sending 'OK' > notifications forever! The only thing, which stop these notifications, > is disabling and enabling the action. > > My questions: > - Is this bug of excepted behavior? > - If this is excepted, how should i configure it to do what i need? Unless you did not specify "PROBLEM" as an action condition, that's certainly not normal. 2.2.18 is the latest 2.2, by the way. Volker > Thank you. > > Zabbix 2.2.7. > > azur > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Zabbix-users mailing list > Zab...@li... > https://lists.sourceforge.net/lists/listinfo/zabbix-users > |
From: <az...@po...> - 2017-05-04 17:25:12
|
Hi, i would like to enable repeated notifications but i'm, probably, misunderstanding something. I need from Zabbix to repeatedly (for example every 10 minutes) send an SMS notification if something wrong happens. Even more, i need from Zabbix to stop these notifications if problem goes away (=is fixed for example). I have everything (tiggers, garphs, actions etc.), except repeated notifications, fully set and working. If i enable repeated notifications in section Actions - Operations - Step: From - 1 To - 0 Step duration - 600 Everything seems to be working fine UNTIL the problem is resolved and trigger switch to off. From now on, Zabbix is sending 'OK' notifications forever! The only thing, which stop these notifications, is disabling and enabling the action. My questions: - Is this bug of excepted behavior? - If this is excepted, how should i configure it to do what i need? Thank you. Zabbix 2.2.7. azur |
From: Bzzzz <laz...@gm...> - 2017-04-09 22:25:00
|
Hi list, I'm trying to have my active hosts to be attributed a default screen when hooking in the server first time. I just followed the docs and added a screen in my template (that is linked to Template OS Linux + some surveys, such as SSH). When I open the template, the upper line now shows: "Screens 1", so I naively supposed that it should be automatically attributed to any new connecting host and, may be, named something like: HOST.DOMAIN <mybeautifulscreenzatidesignedmemyselfalone> but no screen at all came. The screen is quite basic, just including the 3 CPU graphs that come with the linked template "Template OS Linux" on a 3 column line. No notice of screens in Configuration>hosts and nothing new in Monitoring>Screens :/ Sooo, I must have missed something somewhere, but what? Jiff |
From: Nicolas C. <za...@nr...> - 2017-03-14 14:05:03
|
Le 14/03/2017 à 14:13, Rob Pickerill a écrit : > Hi Nicolas > > I think you've hit this bug: https://support.zabbix.com/browse/ZBX-11855 > <https://support.zabbix.com/browse/ZBX-11855> > > I hit the same problem and rolled back to 3.2.3 as a quick resolution, > pending the release of 3.2.5. Thanks! As a workaround I added a dummy variable in the URL to make it longer. |
From: Alexei V. <ale...@za...> - 2017-03-14 13:58:32
|
Hi, We’re releasing 3.2.5 with the fix included later this week if everything goes fine. Kind regards, Alexei > On 14 Mar 2017, at 15:13, Rob Pickerill <r.p...@gm...> wrote: > > Hi Nicolas > > I think you've hit this bug: https://support.zabbix.com/browse/ZBX-11855 <https://support.zabbix.com/browse/ZBX-11855> > > I hit the same problem and rolled back to 3.2.3 as a quick resolution, pending the release of 3.2.5. > > Thanks, > > Rob > > On 14 March 2017 at 12:45, Nicolas C. <za...@nr... <mailto:za...@nr...>> wrote: > Hello, > > I have this URL in the default message of my actions: > > Simple graph : https://domain.com/zabbix/history.php?itemids%5B%5D={ITEM.ID} <https://domain.com/zabbix/history.php?itemids%5B%5D={ITEM.ID}> > > It was working fine until v3.2.4. No, in the email send, the URL is > truncated to > > https://domain.com/zabbix/history.php?itemids%5B%5D= <https://domain.com/zabbix/history.php?itemids%5B%5D=> > > or sometimes > > https://domain.com/zabbix/history.php?itemids%5B% <https://domain.com/zabbix/history.php?itemids%5B%> > > If I try to send the URL > https://domain.com/zabbix/history.php?itemids%5B%5D={ITEM.ID}&action=showgraph <https://domain.com/zabbix/history.php?itemids%5B%5D={ITEM.ID}&action=showgraph> > > It is truncad to > «https://domain.com/zabbix/history.php?itemids%5B%5D=12345&action= <https://domain.com/zabbix/history.php?itemids%5B%5D=12345&action=>» > > Anyone else experiencing this ? > > Thanks, > > Nicolas > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot <http://sdm.link/slashdot> > _______________________________________________ > Zabbix-users mailing list > Zab...@li... <mailto:Zab...@li...> > https://lists.sourceforge.net/lists/listinfo/zabbix-users <https://lists.sourceforge.net/lists/listinfo/zabbix-users> > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________ > Zabbix-users mailing list > Zab...@li... > https://lists.sourceforge.net/lists/listinfo/zabbix-users |
From: Rob P. <r.p...@gm...> - 2017-03-14 13:13:53
|
Hi Nicolas I think you've hit this bug: https://support.zabbix.com/browse/ZBX-11855 I hit the same problem and rolled back to 3.2.3 as a quick resolution, pending the release of 3.2.5. Thanks, Rob On 14 March 2017 at 12:45, Nicolas C. <za...@nr...> wrote: > Hello, > > I have this URL in the default message of my actions: > > Simple graph : https://domain.com/zabbix/history.php?itemids%5B%5D={ > ITEM.ID} > > It was working fine until v3.2.4. No, in the email send, the URL is > truncated to > > https://domain.com/zabbix/history.php?itemids%5B%5D= > > or sometimes > > https://domain.com/zabbix/history.php?itemids%5B% > > If I try to send the URL > https://domain.com/zabbix/history.php?itemids%5B%5D={ > ITEM.ID}&action=showgraph > > It is truncad to > «https://domain.com/zabbix/history.php?itemids%5B%5D=12345&action=» > > Anyone else experiencing this ? > > Thanks, > > Nicolas > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Zabbix-users mailing list > Zab...@li... > https://lists.sourceforge.net/lists/listinfo/zabbix-users > |
From: Nicolas C. <za...@nr...> - 2017-03-14 13:05:13
|
Hello, I have this URL in the default message of my actions: Simple graph : https://domain.com/zabbix/history.php?itemids%5B%5D={ITEM.ID} It was working fine until v3.2.4. No, in the email send, the URL is truncated to https://domain.com/zabbix/history.php?itemids%5B%5D= or sometimes https://domain.com/zabbix/history.php?itemids%5B% If I try to send the URL https://domain.com/zabbix/history.php?itemids%5B%5D={ITEM.ID}&action=showgraph It is truncad to «https://domain.com/zabbix/history.php?itemids%5B%5D=12345&action=» Anyone else experiencing this ? Thanks, Nicolas |
From: Volker F. <vol...@gm...> - 2017-03-08 22:55:54
|
Am 2017-03-08 um 19:23 schrieb Leonardo Arena: > Hi! > > Il giorno mer, 08/03/2017 alle 10.02 -0300, Roberto Carna ha scritto: >> Dear, my Zabbix servers (I have Zabbix 2.4 and 3.0.) are receiving >> SNMP traps from some remote hosts. These traps notify alarms and >> critical events. >> >From the remote hosts, it's impossible to setup recovery >> notifications, I can't see this option or something similar. >> >> What is the way to get recovery messages for the corresponding traps >> in Zabbix, in order to "close" the PROBLEM status for the remote hosts >> that sent alarm traps??? The unfortunate truth is, you can't do that easily. There are some devices (Cisco UCS, I think) that send traps containing a certain event id and subsequent traps belonging to this root event will also carry this id. However, SNMP traps are usually not warranted to arrive at all, unduplicated or in a particular order (all due to the nature of UDP), so whatever you do is a bit risky. 3.2 actually offers two new concepts that could help you solve your problem: - https://www.zabbix.com/documentation/3.2/manual/config/event_correlation - https://www.zabbix.com/documentation/3.2/manual/config/events/manual_close Volker >> > > When the agent does not send recovery notifications usually it should be > able to resend the trap at regular intervals until the problem it's > cleared. > Even if it doesn't, you can set a NODATA condition based on the trap > interval in order to clear the PROBLEM status. > > BR, > > /eo > > > > ------------------------------------------------------------------------------ > Announcing the Oxford Dictionaries API! The API offers world-renowned > dictionary content that is easy and intuitive to access. Sign up for an > account today to start using our lexical data to power your apps and > projects. Get started today and enter our developer competition. > http://sdm.link/oxford > > > > _______________________________________________ > Zabbix-users mailing list > Zab...@li... > https://lists.sourceforge.net/lists/listinfo/zabbix-users > |
From: Leonardo A. <rn...@gm...> - 2017-03-08 18:23:34
|
Hi! Il giorno mer, 08/03/2017 alle 10.02 -0300, Roberto Carna ha scritto: > Dear, my Zabbix servers (I have Zabbix 2.4 and 3.0.) are receiving > SNMP traps from some remote hosts. These traps notify alarms and > critical events. > > >From the remote hosts, it's impossible to setup recovery > notifications, I can't see this option or something similar. > > What is the way to get recovery messages for the corresponding traps > in Zabbix, in order to "close" the PROBLEM status for the remote hosts > that sent alarm traps??? > When the agent does not send recovery notifications usually it should be able to resend the trap at regular intervals until the problem it's cleared. Even if it doesn't, you can set a NODATA condition based on the trap interval in order to clear the PROBLEM status. BR, /eo |
From: Roberto C. <rob...@gm...> - 2017-03-08 13:02:44
|
Dear, my Zabbix servers (I have Zabbix 2.4 and 3.0.) are receiving SNMP traps from some remote hosts. These traps notify alarms and critical events. >From the remote hosts, it's impossible to setup recovery notifications, I can't see this option or something similar. What is the way to get recovery messages for the corresponding traps in Zabbix, in order to "close" the PROBLEM status for the remote hosts that sent alarm traps??? Thanks a lot, Roberto |
From: Jeon W. <jeo...@gm...> - 2017-03-08 01:16:21
|
Hi everybody. I have a zabbix server and 6 proxies. There are 7391 hosts and It's 4904 NVPS. And we are using PostgresQL. It's quite huge system. Thesedays, I faced some problems. Sometimes, Zabbix DB get some load until getting buffer full. After that, even buffer is full, history syncer doesn't work well. history syncer's status is below. zabbix 34805 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #1 [synced 529 items in 1.185699 sec, syncing history] zabbix 34806 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #2 [synced 0 items in 0.000017 sec, syncing history] zabbix 34807 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #3 [synced 0 items in 0.000020 sec, syncing history] zabbix 34808 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #4 [synced 0 items in 0.000017 sec, syncing history] zabbix 34809 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #5 [synced 0 items in 0.000014 sec, syncing history] zabbix 34810 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #6 [synced 0 items in 0.039237 sec, syncing history] zabbix 34811 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #7 [synced 0 items in 0.000020 sec, syncing history] zabbix 34812 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #8 [synced 0 items in 0.039953 sec, syncing history] zabbix 34813 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #9 [synced 0 items in 0.000020 sec, syncing history] zabbix 34814 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #10 [synced 0 items in 0.039708 sec, syncing history] zabbix 34815 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #11 [synced 0 items in 0.038726 sec, syncing history] zabbix 34816 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #12 [synced 0 items in 0.039962 sec, syncing history] zabbix 34817 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #13 [synced 0 items in 0.038724 sec, syncing history] zabbix 34818 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #14 [synced 0 items in 0.031236 sec, syncing history] zabbix 34819 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #15 [synced 0 items in 0.037141 sec, syncing history] zabbix 34820 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #16 [synced 0 items in 0.036162 sec, syncing history] zabbix 34821 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #17 [synced 0 items in 0.209149 sec, syncing history] zabbix 34822 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #18 [synced 0 items in 0.031224 sec, syncing history] zabbix 34823 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #19 [synced 0 items in 0.035615 sec, syncing history] zabbix 34824 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #20 [synced 0 items in 0.031227 sec, syncing history] zabbix 34825 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #21 [synced 0 items in 0.000000 sec, syncing history] zabbix 34826 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #22 [synced 0 items in 0.000000 sec, syncing history] zabbix 34827 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #23 [synced 0 items in 0.030758 sec, syncing history] zabbix 34828 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #24 [synced 0 items in 0.009550 sec, syncing history] zabbix 34829 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #25 [synced 0 items in 0.025010 sec, syncing history] zabbix 34830 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #26 [synced 0 items in 0.025012 sec, syncing history] zabbix 34831 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #27 [synced 0 items in 0.025026 sec, syncing history] zabbix 34832 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #28 [synced 0 items in 0.024974 sec, syncing history] zabbix 34833 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #29 [synced 0 items in 0.024914 sec, syncing history] zabbix 34834 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #30 [synced 0 items in 0.205983 sec, syncing history] zabbix 34835 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #31 [synced 0 items in 0.027694 sec, syncing history] zabbix 34836 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #32 [synced 0 items in 0.025023 sec, syncing history] zabbix 34837 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #33 [synced 0 items in 0.024977 sec, syncing history] zabbix 34838 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #34 [synced 0 items in 0.019781 sec, syncing history] zabbix 34839 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #35 [synced 0 items in 0.015758 sec, syncing history] zabbix 34840 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #36 [synced 0 items in 0.027963 sec, syncing history] zabbix 34841 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #37 [synced 0 items in 0.027961 sec, syncing history] zabbix 34842 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #38 [synced 0 items in 0.015525 sec, syncing history] zabbix 34843 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #39 [synced 0 items in 0.000000 sec, syncing history] zabbix 34844 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #40 [synced 0 items in 0.000000 sec, syncing history] zabbix 34845 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #41 [synced 0 items in 0.027863 sec, syncing history] zabbix 34846 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #42 [synced 0 items in 0.027916 sec, syncing history] zabbix 34847 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #43 [synced 0 items in 0.027944 sec, syncing history] zabbix 34848 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #44 [synced 0 items in 0.027865 sec, syncing history] zabbix 34849 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #45 [synced 0 items in 0.027911 sec, syncing history] -- *God bless U* |
From: Roberto C. <rob...@gm...> - 2017-03-07 13:15:55
|
Dear, I have Zabbix 2.4 with SNMP Traps support using the perl script. Everything is OK, the traps come to Zabbix from several remote hosts. I created items for each trap, and also I created a trigger with expressions like this: (({HOST-XXX:snmptrap["Remote Login Failure"].nodata(300)})=0) This expression evaluates if any trap arrives to Zabbix server, in the affirmative case show the trap in the dashboard with PROBLEM status and after 300 seconds the status change to OK and the trap dissapear from the dashboard. Please, I want to see the trap in the dashboard for a longer time, until somebody acknowledge the event. How can I do that ??? Thanks in advance. Roberto |
From: Jeon W. <jeo...@gm...> - 2017-03-02 08:31:03
|
Hi everyone. I have a zabbix server and 6 proxies. There are 7391 hosts and It's 4904 NVPS. And we are using PostgresQL. It's quite huge system. I faced some problems. There is sudden serious DB load occur. I think it happen about 6 o'clock in GMT+9.(I'm Korean anyway). While DB has heavy load, 100 new DB sessions created and Zabbix server's history write cache was decreasing to 0. After few hour(1 or 2) later, DB load had gone. And History Syncer of Zabbix Server didn't work well. It means history write cache wasn't increased. So I restarted Zabbix Server, and it work. History syncer worked hardly. My question is this. 1. Where is DB load come from? 2. Why history syncer doesn't work well after DB load. Are there any idea? You can check history syncer process status below. *Normal state history syncer.* [82107437@b-iims-pk-d01 ~]$ ps -eaf |grep history|grep sync zabbix 40292 40170 0 Feb28 ? 00:10:11 /usr/sbin/zabbix_server: history syncer #1 [synced 741 items in 0.456900 sec, idle 1 sec] zabbix 40293 40170 0 Feb28 ? 00:10:49 /usr/sbin/zabbix_server: history syncer #2 [synced 0 items in 0.000112 sec, idle 1 sec] zabbix 40294 40170 0 Feb28 ? 00:09:40 /usr/sbin/zabbix_server: history syncer #3 [synced 583 items in 0.542286 sec, idle 1 sec] zabbix 40295 40170 0 Feb28 ? 00:10:32 /usr/sbin/zabbix_server: history syncer #4 [synced 1547 items in 0.850291 sec, idle 1 sec] zabbix 40298 40170 0 Feb28 ? 00:10:13 /usr/sbin/zabbix_server: history syncer #5 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40299 40170 0 Feb28 ? 00:11:46 /usr/sbin/zabbix_server: history syncer #6 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40300 40170 0 Feb28 ? 00:09:12 /usr/sbin/zabbix_server: history syncer #7 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40301 40170 0 Feb28 ? 00:10:29 /usr/sbin/zabbix_server: history syncer #8 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40302 40170 0 Feb28 ? 00:09:54 /usr/sbin/zabbix_server: history syncer #9 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40303 40170 0 Feb28 ? 00:10:39 /usr/sbin/zabbix_server: history syncer #10 [synced 0 items in 0.000008 sec, idle 1 sec] zabbix 40304 40170 0 Feb28 ? 00:09:49 /usr/sbin/zabbix_server: history syncer #11 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40305 40170 0 Feb28 ? 00:10:48 /usr/sbin/zabbix_server: history syncer #12 [synced 0 items in 0.000011 sec, idle 1 sec] zabbix 40306 40170 0 Feb28 ? 00:10:09 /usr/sbin/zabbix_server: history syncer #13 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40307 40170 0 Feb28 ? 00:10:49 /usr/sbin/zabbix_server: history syncer #14 [synced 7 items in 0.007457 sec, idle 1 sec] zabbix 40308 40170 0 Feb28 ? 00:10:37 /usr/sbin/zabbix_server: history syncer #15 [synced 0 items in 0.000009 sec, syncing history] zabbix 40309 40170 0 Feb28 ? 00:10:37 /usr/sbin/zabbix_server: history syncer #16 [synced 0 items in 0.000012 sec, idle 1 sec] zabbix 40310 40170 0 Feb28 ? 00:10:21 /usr/sbin/zabbix_server: history syncer #17 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40311 40170 0 Feb28 ? 00:11:07 /usr/sbin/zabbix_server: history syncer #18 [synced 0 items in 0.000007 sec, idle 1 sec] zabbix 40312 40170 0 Feb28 ? 00:10:47 /usr/sbin/zabbix_server: history syncer #19 [synced 0 items in 0.000005 sec, syncing history] zabbix 40313 40170 0 Feb28 ? 00:10:01 /usr/sbin/zabbix_server: history syncer #20 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40314 40170 0 Feb28 ? 00:10:00 /usr/sbin/zabbix_server: history syncer #21 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40315 40170 0 Feb28 ? 00:10:29 /usr/sbin/zabbix_server: history syncer #22 [synced 496 items in 0.432699 sec, idle 1 sec] zabbix 40318 40170 0 Feb28 ? 00:10:25 /usr/sbin/zabbix_server: history syncer #23 [synced 0 items in 0.000006 sec, idle 1 sec] zabbix 40319 40170 0 Feb28 ? 00:09:58 /usr/sbin/zabbix_server: history syncer #24 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40320 40170 0 Feb28 ? 00:10:01 /usr/sbin/zabbix_server: history syncer #25 [synced 487 items in 0.282215 sec, idle 1 sec] zabbix 40322 40170 0 Feb28 ? 00:09:57 /usr/sbin/zabbix_server: history syncer #26 [synced 743 items in 0.567635 sec, idle 1 sec] zabbix 40323 40170 0 Feb28 ? 00:09:55 /usr/sbin/zabbix_server: history syncer #27 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40324 40170 0 Feb28 ? 00:10:38 /usr/sbin/zabbix_server: history syncer #28 [synced 0 items in 0.000016 sec, syncing history] zabbix 40325 40170 0 Feb28 ? 00:10:08 /usr/sbin/zabbix_server: history syncer #29 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40326 40170 0 Feb28 ? 00:10:55 /usr/sbin/zabbix_server: history syncer #30 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40328 40170 0 Feb28 ? 00:09:53 /usr/sbin/zabbix_server: history syncer #31 [synced 0 items in 0.000006 sec, idle 1 sec] zabbix 40329 40170 0 Feb28 ? 00:11:31 /usr/sbin/zabbix_server: history syncer #32 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40330 40170 0 Feb28 ? 00:09:42 /usr/sbin/zabbix_server: history syncer #33 [synced 0 items in 0.000007 sec, idle 1 sec] zabbix 40331 40170 0 Feb28 ? 00:10:00 /usr/sbin/zabbix_server: history syncer #34 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40332 40170 0 Feb28 ? 00:10:22 /usr/sbin/zabbix_server: history syncer #35 [synced 0 items in 0.000004 sec, idle 1 sec] zabbix 40333 40170 0 Feb28 ? 00:09:54 /usr/sbin/zabbix_server: history syncer #36 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40334 40170 0 Feb28 ? 00:09:47 /usr/sbin/zabbix_server: history syncer #37 [synced 1958 items in 1.132750 sec, idle 1 sec] zabbix 40335 40170 0 Feb28 ? 00:09:57 /usr/sbin/zabbix_server: history syncer #38 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40336 40170 0 Feb28 ? 00:10:31 /usr/sbin/zabbix_server: history syncer #39 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40337 40170 0 Feb28 ? 00:10:27 /usr/sbin/zabbix_server: history syncer #40 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40338 40170 0 Feb28 ? 00:09:58 /usr/sbin/zabbix_server: history syncer #41 [synced 0 items in 0.000004 sec, idle 1 sec] zabbix 40339 40170 0 Feb28 ? 00:10:15 /usr/sbin/zabbix_server: history syncer #42 [synced 857 items in 0.547326 sec, idle 1 sec] zabbix 40340 40170 0 Feb28 ? 00:09:56 /usr/sbin/zabbix_server: history syncer #43 [synced 0 items in 0.000006 sec, idle 1 sec] zabbix 40341 40170 0 Feb28 ? 00:09:57 /usr/sbin/zabbix_server: history syncer #44 [synced 0 items in 0.000009 sec, syncing history] zabbix 40342 40170 0 Feb28 ? 00:10:19 /usr/sbin/zabbix_server: history syncer #45 [synced 0 items in 0.000005 sec, idle 1 sec] [82107437@b-iims-pk-d01 ~]$ ps -eaf |grep history|grep sync zabbix 40292 40170 0 Feb28 ? 00:10:11 /usr/sbin/zabbix_server: history syncer #1 [synced 741 items in 0.456900 sec, idle 1 sec] zabbix 40293 40170 0 Feb28 ? 00:10:49 /usr/sbin/zabbix_server: history syncer #2 [synced 512 items in 0.315868 sec, idle 1 sec] zabbix 40294 40170 0 Feb28 ? 00:09:40 /usr/sbin/zabbix_server: history syncer #3 [synced 583 items in 0.542286 sec, idle 1 sec] zabbix 40295 40170 0 Feb28 ? 00:10:32 /usr/sbin/zabbix_server: history syncer #4 [synced 0 items in 0.000009 sec, idle 1 sec] zabbix 40298 40170 0 Feb28 ? 00:10:13 /usr/sbin/zabbix_server: history syncer #5 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40299 40170 0 Feb28 ? 00:11:46 /usr/sbin/zabbix_server: history syncer #6 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40300 40170 0 Feb28 ? 00:09:12 /usr/sbin/zabbix_server: history syncer #7 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40301 40170 0 Feb28 ? 00:10:29 /usr/sbin/zabbix_server: history syncer #8 [synced 0 items in 0.000005 sec, syncing history] zabbix 40302 40170 0 Feb28 ? 00:09:54 /usr/sbin/zabbix_server: history syncer #9 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40303 40170 0 Feb28 ? 00:10:39 /usr/sbin/zabbix_server: history syncer #10 [synced 0 items in 0.000008 sec, idle 1 sec] zabbix 40304 40170 0 Feb28 ? 00:09:49 /usr/sbin/zabbix_server: history syncer #11 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40305 40170 0 Feb28 ? 00:10:48 /usr/sbin/zabbix_server: history syncer #12 [synced 0 items in 0.000004 sec, idle 1 sec] zabbix 40306 40170 0 Feb28 ? 00:10:09 /usr/sbin/zabbix_server: history syncer #13 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40307 40170 0 Feb28 ? 00:10:49 /usr/sbin/zabbix_server: history syncer #14 [synced 0 items in 0.000006 sec, idle 1 sec] zabbix 40308 40170 0 Feb28 ? 00:10:37 /usr/sbin/zabbix_server: history syncer #15 [synced 1000 items in 0.878649 sec, idle 1 sec] zabbix 40309 40170 0 Feb28 ? 00:10:37 /usr/sbin/zabbix_server: history syncer #16 [synced 0 items in 0.000012 sec, syncing history] zabbix 40310 40170 0 Feb28 ? 00:10:21 /usr/sbin/zabbix_server: history syncer #17 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40311 40170 0 Feb28 ? 00:11:07 /usr/sbin/zabbix_server: history syncer #18 [synced 0 items in 0.000006 sec, idle 1 sec] zabbix 40312 40170 0 Feb28 ? 00:10:48 /usr/sbin/zabbix_server: history syncer #19 [synced 0 items in 0.000005 sec, syncing history] zabbix 40313 40170 0 Feb28 ? 00:10:01 /usr/sbin/zabbix_server: history syncer #20 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40314 40170 0 Feb28 ? 00:10:00 /usr/sbin/zabbix_server: history syncer #21 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40315 40170 0 Feb28 ? 00:10:29 /usr/sbin/zabbix_server: history syncer #22 [synced 496 items in 0.432699 sec, idle 1 sec] zabbix 40318 40170 0 Feb28 ? 00:10:25 /usr/sbin/zabbix_server: history syncer #23 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40319 40170 0 Feb28 ? 00:09:58 /usr/sbin/zabbix_server: history syncer #24 [synced 0 items in 0.000006 sec, idle 1 sec] zabbix 40320 40170 0 Feb28 ? 00:10:01 /usr/sbin/zabbix_server: history syncer #25 [synced 487 items in 0.282215 sec, idle 1 sec] zabbix 40322 40170 0 Feb28 ? 00:09:57 /usr/sbin/zabbix_server: history syncer #26 [synced 743 items in 0.567635 sec, idle 1 sec] zabbix 40323 40170 0 Feb28 ? 00:09:55 /usr/sbin/zabbix_server: history syncer #27 [synced 232 items in 0.146187 sec, idle 1 sec] zabbix 40324 40170 0 Feb28 ? 00:10:38 /usr/sbin/zabbix_server: history syncer #28 [synced 1041 items in 0.994712 sec, idle 1 sec] zabbix 40325 40170 0 Feb28 ? 00:10:08 /usr/sbin/zabbix_server: history syncer #29 [synced 0 items in 0.000179 sec, idle 1 sec] zabbix 40326 40170 0 Feb28 ? 00:10:55 /usr/sbin/zabbix_server: history syncer #30 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40328 40170 0 Feb28 ? 00:09:53 /usr/sbin/zabbix_server: history syncer #31 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40329 40170 0 Feb28 ? 00:11:31 /usr/sbin/zabbix_server: history syncer #32 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40330 40170 0 Feb28 ? 00:09:42 /usr/sbin/zabbix_server: history syncer #33 [synced 0 items in 0.000007 sec, idle 1 sec] zabbix 40331 40170 0 Feb28 ? 00:10:00 /usr/sbin/zabbix_server: history syncer #34 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40332 40170 0 Feb28 ? 00:10:22 /usr/sbin/zabbix_server: history syncer #35 [synced 0 items in 0.000006 sec, idle 1 sec] zabbix 40333 40170 0 Feb28 ? 00:09:54 /usr/sbin/zabbix_server: history syncer #36 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40334 40170 0 Feb28 ? 00:09:47 /usr/sbin/zabbix_server: history syncer #37 [synced 0 items in 0.000010 sec, idle 1 sec] zabbix 40335 40170 0 Feb28 ? 00:09:57 /usr/sbin/zabbix_server: history syncer #38 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40336 40170 0 Feb28 ? 00:10:31 /usr/sbin/zabbix_server: history syncer #39 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40337 40170 0 Feb28 ? 00:10:27 /usr/sbin/zabbix_server: history syncer #40 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40338 40170 0 Feb28 ? 00:09:58 /usr/sbin/zabbix_server: history syncer #41 [synced 0 items in 0.000005 sec, idle 1 sec] zabbix 40339 40170 0 Feb28 ? 00:10:15 /usr/sbin/zabbix_server: history syncer #42 [synced 857 items in 0.547326 sec, idle 1 sec] zabbix 40340 40170 0 Feb28 ? 00:09:56 /usr/sbin/zabbix_server: history syncer #43 [synced 0 items in 0.000015 sec, idle 1 sec] zabbix 40341 40170 0 Feb28 ? 00:09:57 /usr/sbin/zabbix_server: history syncer #44 [synced 1000 items in 0.730741 sec, idle 1 sec] zabbix 40342 40170 0 Feb28 ? 00:10:19 /usr/sbin/zabbix_server: history syncer #45 [synced 0 items in 0.000005 sec, idle 1 sec] *After DB load. * [root@b-iims-pk-d01 zabbix]# ps -eaf |grep zabbix_s|grep history zabbix 34805 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #1 [synced 529 items in 1.185699 sec, syncing history] zabbix 34806 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #2 [synced 0 items in 0.000017 sec, syncing history] zabbix 34807 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #3 [synced 0 items in 0.000020 sec, syncing history] zabbix 34808 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #4 [synced 0 items in 0.000017 sec, syncing history] zabbix 34809 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #5 [synced 0 items in 0.000014 sec, syncing history] zabbix 34810 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #6 [synced 0 items in 0.039237 sec, syncing history] zabbix 34811 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #7 [synced 0 items in 0.000020 sec, syncing history] zabbix 34812 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #8 [synced 0 items in 0.039953 sec, syncing history] zabbix 34813 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #9 [synced 0 items in 0.000020 sec, syncing history] zabbix 34814 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #10 [synced 0 items in 0.039708 sec, syncing history] zabbix 34815 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #11 [synced 0 items in 0.038726 sec, syncing history] zabbix 34816 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #12 [synced 0 items in 0.039962 sec, syncing history] zabbix 34817 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #13 [synced 0 items in 0.038724 sec, syncing history] zabbix 34818 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #14 [synced 0 items in 0.031236 sec, syncing history] zabbix 34819 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #15 [synced 0 items in 0.037141 sec, syncing history] zabbix 34820 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #16 [synced 0 items in 0.036162 sec, syncing history] zabbix 34821 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #17 [synced 0 items in 0.209149 sec, syncing history] zabbix 34822 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #18 [synced 0 items in 0.031224 sec, syncing history] zabbix 34823 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #19 [synced 0 items in 0.035615 sec, syncing history] zabbix 34824 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #20 [synced 0 items in 0.031227 sec, syncing history] zabbix 34825 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #21 [synced 0 items in 0.000000 sec, syncing history] zabbix 34826 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #22 [synced 0 items in 0.000000 sec, syncing history] zabbix 34827 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #23 [synced 0 items in 0.030758 sec, syncing history] zabbix 34828 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #24 [synced 0 items in 0.009550 sec, syncing history] zabbix 34829 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #25 [synced 0 items in 0.025010 sec, syncing history] zabbix 34830 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #26 [synced 0 items in 0.025012 sec, syncing history] zabbix 34831 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #27 [synced 0 items in 0.025026 sec, syncing history] zabbix 34832 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #28 [synced 0 items in 0.024974 sec, syncing history] zabbix 34833 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #29 [synced 0 items in 0.024914 sec, syncing history] zabbix 34834 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #30 [synced 0 items in 0.205983 sec, syncing history] zabbix 34835 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #31 [synced 0 items in 0.027694 sec, syncing history] zabbix 34836 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #32 [synced 0 items in 0.025023 sec, syncing history] zabbix 34837 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #33 [synced 0 items in 0.024977 sec, syncing history] zabbix 34838 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #34 [synced 0 items in 0.019781 sec, syncing history] zabbix 34839 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #35 [synced 0 items in 0.015758 sec, syncing history] zabbix 34840 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #36 [synced 0 items in 0.027963 sec, syncing history] zabbix 34841 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #37 [synced 0 items in 0.027961 sec, syncing history] zabbix 34842 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #38 [synced 0 items in 0.015525 sec, syncing history] zabbix 34843 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #39 [synced 0 items in 0.000000 sec, syncing history] zabbix 34844 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #40 [synced 0 items in 0.000000 sec, syncing history] zabbix 34845 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #41 [synced 0 items in 0.027863 sec, syncing history] zabbix 34846 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #42 [synced 0 items in 0.027916 sec, syncing history] zabbix 34847 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #43 [synced 0 items in 0.027944 sec, syncing history] zabbix 34848 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #44 [synced 0 items in 0.027865 sec, syncing history] zabbix 34849 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #45 [synced 0 items in 0.027911 sec, syncing history] [root@b-iims-pk-d01 zabbix]# ps -eaf |grep zabbix_s|grep history zabbix 34805 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #1 [synced 529 items in 1.185699 sec, syncing history] zabbix 34806 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #2 [synced 0 items in 0.000017 sec, syncing history] zabbix 34807 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #3 [synced 0 items in 0.000020 sec, syncing history] zabbix 34808 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #4 [synced 0 items in 0.000017 sec, syncing history] zabbix 34809 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #5 [synced 0 items in 0.000014 sec, syncing history] zabbix 34810 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #6 [synced 0 items in 0.039237 sec, syncing history] zabbix 34811 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #7 [synced 0 items in 0.000020 sec, syncing history] zabbix 34812 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #8 [synced 0 items in 0.039953 sec, syncing history] zabbix 34813 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #9 [synced 0 items in 0.000020 sec, syncing history] zabbix 34814 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #10 [synced 0 items in 0.039708 sec, syncing history] zabbix 34815 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #11 [synced 0 items in 0.038726 sec, syncing history] zabbix 34816 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #12 [synced 0 items in 0.039962 sec, syncing history] zabbix 34817 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #13 [synced 0 items in 0.038724 sec, syncing history] zabbix 34818 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #14 [synced 0 items in 0.031236 sec, syncing history] zabbix 34819 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #15 [synced 0 items in 0.037141 sec, syncing history] zabbix 34820 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #16 [synced 0 items in 0.036162 sec, syncing history] zabbix 34821 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #17 [synced 0 items in 0.209149 sec, syncing history] zabbix 34822 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #18 [synced 0 items in 0.031224 sec, syncing history] zabbix 34823 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #19 [synced 0 items in 0.035615 sec, syncing history] zabbix 34824 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #20 [synced 0 items in 0.031227 sec, syncing history] zabbix 34825 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #21 [synced 0 items in 0.000000 sec, syncing history] zabbix 34826 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #22 [synced 0 items in 0.000000 sec, syncing history] zabbix 34827 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #23 [synced 0 items in 0.030758 sec, syncing history] zabbix 34828 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #24 [synced 0 items in 0.009550 sec, syncing history] zabbix 34829 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #25 [synced 0 items in 0.025010 sec, syncing history] zabbix 34830 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #26 [synced 0 items in 0.025012 sec, syncing history] zabbix 34831 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #27 [synced 0 items in 0.025026 sec, syncing history] zabbix 34832 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #28 [synced 0 items in 0.024974 sec, syncing history] zabbix 34833 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #29 [synced 0 items in 0.024914 sec, syncing history] zabbix 34834 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #30 [synced 0 items in 0.205983 sec, syncing history] zabbix 34835 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #31 [synced 0 items in 0.027694 sec, syncing history] zabbix 34836 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #32 [synced 0 items in 0.025023 sec, syncing history] zabbix 34837 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #33 [synced 0 items in 0.024977 sec, syncing history] zabbix 34838 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #34 [synced 0 items in 0.019781 sec, syncing history] zabbix 34839 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #35 [synced 0 items in 0.015758 sec, syncing history] zabbix 34840 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #36 [synced 0 items in 0.027963 sec, syncing history] zabbix 34841 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #37 [synced 0 items in 0.027961 sec, syncing history] zabbix 34842 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #38 [synced 0 items in 0.015525 sec, syncing history] zabbix 34843 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #39 [synced 0 items in 0.000000 sec, syncing history] zabbix 34844 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #40 [synced 0 items in 0.000000 sec, syncing history] zabbix 34845 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #41 [synced 0 items in 0.027863 sec, syncing history] zabbix 34846 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #42 [synced 0 items in 0.027916 sec, syncing history] zabbix 34847 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #43 [synced 0 items in 0.027944 sec, syncing history] zabbix 34848 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #44 [synced 0 items in 0.027865 sec, syncing history] zabbix 34849 34682 0 19:38 ? 00:00:00 /usr/sbin/zabbix_server: history syncer #45 [synced 0 items in 0.027911 sec, syncing history] *After Zabbix Server restarted* [root@b-iims-pk-d01 zabbix]# ps -eaf |grep zabbix_s|grep history zabbix 34805 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #1 [synced 13960 items in 64.297320 sec, syncing history] zabbix 34806 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #2 [synced 8977 items in 62.194207 sec, syncing history] zabbix 34807 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #3 [synced 9972 items in 61.944061 sec, syncing history] zabbix 34808 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #4 [synced 11967 items in 64.498754 sec, syncing history] zabbix 34809 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #5 [synced 12963 items in 65.567034 sec, syncing history] zabbix 34810 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #6 [synced 14954 items in 72.731988 sec, syncing history] zabbix 34811 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #7 [synced 28906 items in 61.723763 sec, syncing history] zabbix 34812 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #8 [synced 8976 items in 61.714255 sec, syncing history] zabbix 34813 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #9 [synced 7979 items in 70.631810 sec, syncing history] zabbix 34814 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #10 [synced 9972 items in 62.049804 sec, syncing history] zabbix 34815 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #11 [synced 27910 items in 62.176519 sec, syncing history] zabbix 34816 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #12 [synced 10971 items in 65.585947 sec, syncing history] zabbix 34817 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #13 [synced 13957 items in 72.415285 sec, syncing history] zabbix 34818 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #14 [synced 31896 items in 62.445937 sec, syncing history] zabbix 34819 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #15 [synced 31898 items in 62.252144 sec, syncing history] zabbix 34820 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #16 [synced 11964 items in 69.673946 sec, syncing history] zabbix 34821 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #17 [synced 7980 items in 62.666040 sec, syncing history] zabbix 34822 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #18 [synced 8975 items in 61.570039 sec, syncing history] zabbix 34823 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #19 [synced 33893 items in 60.533298 sec, syncing history] zabbix 34824 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #20 [synced 13958 items in 62.818438 sec, syncing history] zabbix 34825 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #21 [synced 14956 items in 66.643039 sec, syncing history] zabbix 34826 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #22 [synced 17955 items in 63.291783 sec, syncing history] zabbix 34827 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #23 [synced 7981 items in 62.617722 sec, syncing history] zabbix 34828 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #24 [synced 9972 items in 62.007374 sec, syncing history] zabbix 34829 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #25 [synced 14953 items in 73.718354 sec, syncing history] zabbix 34830 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #26 [synced 30901 items in 61.434545 sec, syncing history] zabbix 34831 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #27 [synced 8975 items in 70.697229 sec, syncing history] zabbix 34832 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #28 [synced 8976 items in 62.349963 sec, syncing history] zabbix 34833 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #29 [synced 31898 items in 61.565759 sec, syncing history] zabbix 34834 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #30 [synced 28870 items in 61.264125 sec, syncing history] zabbix 34835 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #31 [synced 13961 items in 62.421651 sec, syncing history] zabbix 34836 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #32 [synced 16952 items in 62.188770 sec, syncing history] zabbix 34837 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #33 [synced 7979 items in 62.096896 sec, syncing history] zabbix 34838 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #34 [synced 13958 items in 63.471320 sec, syncing history] zabbix 34839 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #35 [synced 31897 items in 61.267069 sec, syncing history] zabbix 34840 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #36 [synced 9972 items in 61.929178 sec, syncing history] zabbix 34841 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #37 [synced 9974 items in 63.396192 sec, syncing history] zabbix 34842 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #38 [synced 29903 items in 61.200630 sec, syncing history] zabbix 34843 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #39 [synced 27914 items in 60.420615 sec, syncing history] zabbix 34844 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #40 [synced 12962 items in 67.052584 sec, syncing history] zabbix 34845 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #41 [synced 15951 items in 63.847446 sec, syncing history] zabbix 34846 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #42 [synced 8979 items in 60.948199 sec, syncing history] zabbix 34847 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #43 [synced 13959 items in 66.787683 sec, syncing history] zabbix 34848 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #44 [synced 15952 items in 65.002074 sec, syncing history] zabbix 34849 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #45 [synced 16955 items in 65.413902 sec, syncing history] [root@b-iims-pk-d01 zabbix]# ps -eaf |grep zabbix_s|grep history zabbix 34805 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #1 [synced 13960 items in 64.297320 sec, syncing history] zabbix 34806 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #2 [synced 8977 items in 62.194207 sec, syncing history] zabbix 34807 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #3 [synced 27912 items in 61.305375 sec, syncing history] zabbix 34808 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #4 [synced 29908 items in 61.380701 sec, syncing history] zabbix 34809 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #5 [synced 12963 items in 65.567034 sec, syncing history] zabbix 34810 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #6 [synced 14954 items in 72.731988 sec, syncing history] zabbix 34811 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #7 [synced 28906 items in 61.723763 sec, syncing history] zabbix 34812 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #8 [synced 8976 items in 61.714255 sec, syncing history] zabbix 34813 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #9 [synced 7979 items in 70.631810 sec, syncing history] zabbix 34814 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #10 [synced 9972 items in 62.049804 sec, syncing history] zabbix 34815 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #11 [synced 27910 items in 62.176519 sec, syncing history] zabbix 34816 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #12 [synced 10971 items in 65.585947 sec, syncing history] zabbix 34817 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #13 [synced 13957 items in 72.415285 sec, syncing history] zabbix 34818 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #14 [synced 31896 items in 62.445937 sec, syncing history] zabbix 34819 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #15 [synced 31898 items in 62.252144 sec, syncing history] zabbix 34820 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #16 [synced 11964 items in 69.673946 sec, syncing history] zabbix 34821 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #17 [synced 7980 items in 62.666040 sec, syncing history] zabbix 34822 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #18 [synced 31899 items in 61.627899 sec, syncing history] zabbix 34823 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #19 [synced 33893 items in 60.533298 sec, syncing history] zabbix 34824 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #20 [synced 30901 items in 63.247363 sec, syncing history] zabbix 34825 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #21 [synced 14956 items in 66.643039 sec, syncing history] zabbix 34826 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #22 [synced 17955 items in 63.291783 sec, syncing history] zabbix 34827 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #23 [synced 7981 items in 62.617722 sec, syncing history] zabbix 34828 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #24 [synced 29911 items in 61.007562 sec, syncing history] zabbix 34829 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #25 [synced 14953 items in 73.718354 sec, syncing history] zabbix 34830 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #26 [synced 30901 items in 61.434545 sec, syncing history] zabbix 34831 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #27 [synced 8975 items in 70.697229 sec, syncing history] zabbix 34832 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #28 [synced 29909 items in 61.766950 sec, syncing history] zabbix 34833 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #29 [synced 31898 items in 61.565759 sec, syncing history] zabbix 34834 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #30 [synced 28870 items in 61.264125 sec, syncing history] zabbix 34835 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #31 [synced 29904 items in 60.908003 sec, syncing history] zabbix 34836 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #32 [synced 23849 items in 61.289775 sec, syncing history] zabbix 34837 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #33 [synced 7979 items in 62.096896 sec, syncing history] zabbix 34838 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #34 [synced 29904 items in 60.383420 sec, syncing history] zabbix 34839 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #35 [synced 31897 items in 61.267069 sec, syncing history] zabbix 34840 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #36 [synced 9972 items in 61.929178 sec, syncing history] zabbix 34841 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #37 [synced 9974 items in 63.396192 sec, syncing history] zabbix 34842 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #38 [synced 29903 items in 61.200630 sec, syncing history] zabbix 34843 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #39 [synced 27914 items in 60.420615 sec, syncing history] zabbix 34844 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #40 [synced 12962 items in 67.052584 sec, syncing history] zabbix 34845 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #41 [synced 23925 items in 61.156589 sec, syncing history] zabbix 34846 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #42 [synced 31894 items in 61.463516 sec, syncing history] zabbix 34847 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #43 [synced 13959 items in 66.787683 sec, syncing history] zabbix 34848 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #44 [synced 15952 items in 65.002074 sec, syncing history] zabbix 34849 34682 0 19:38 ? 00:00:02 /usr/sbin/zabbix_server: history syncer #45 [synced 16955 items in 65.413902 sec, syncing history] *God bless U* |
From: Volker F. <vol...@gm...> - 2017-02-17 21:01:15
|
As Lukas already pointed out, zabbix is apparently unmaintained in recent releases of Mageia. There are two more general possibilities for you, other than mentioned before: A statically linked binary: http://www.zabbix.com/download (Section "pre-compiled agents") Rebuilding the SRPM of a different distribution: http://zabbix.org/wiki/Docs/howto/rebuild_rpms It really depends on how many of these systems you have and how you want to maintain the agent. Greetings, Volker Am 2017-02-17 um 11:18 schrieb Malý Lukáš: > Hi > > > > When there is no package in your Linux distribution, is possible install > from source … > > > > https://www.zabbix.com/documentation/3.0/manual/installation/install#installation_from_sources > > > > Maintainer: nobody L > > http://madb.mageia.org/package/show/application/0/release/2/name/zabbix > > > > Lukas > > > > *From:*Michael Nielsen [mailto:mic...@gm...] > *Sent:* Friday, February 17, 2017 10:46 AM > *To:* zabbix-users > *Subject:* [Zabbix-users] Zabbix agent on Mageia > > > > Does Zabbix agent run on Mageia Linux, and how to install? > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > > > > _______________________________________________ > Zabbix-users mailing list > Zab...@li... > https://lists.sourceforge.net/lists/listinfo/zabbix-users > |
From: Malý L. <ma...@da...> - 2017-02-17 12:52:14
|
Hi When there is no package in your Linux distribution, is possible install from source … https://www.zabbix.com/documentation/3.0/manual/installation/install#installation_from_sources Maintainer: nobody ☹ http://madb.mageia.org/package/show/application/0/release/2/name/zabbix Lukas From: Michael Nielsen [mailto:mic...@gm...] Sent: Friday, February 17, 2017 10:46 AM To: zabbix-users Subject: [Zabbix-users] Zabbix agent on Mageia Does Zabbix agent run on Mageia Linux, and how to install? |
From: Guus S. <gsn...@gm...> - 2017-02-17 10:32:24
|
Op 17 feb. 2017 10:49 schreef "Michael Nielsen" <mic...@gm...>: Does Zabbix agent run on Mageia Linux, and how to install? I don't know Mageia, but how about asking it's package manager the same question? Let's say it uses apt, then it's a simple apt-get update && apt-cache search zabbix-agent (Other package managers work differently, of course). If there is no package available, you can always compile your own. Start with Mageia's documentation first and then check the zabbix website for source & instructions. Mvg, Guus Snijders |
From: Santosh M. <san...@ho...> - 2017-02-17 09:54:23
|
How to delete uploaded image in zabbix 3.2. I am new user hence no idea, plz suggest. Thanks, Santosh K Mishra Sent from my iPhone On 17 Feb 2017, at 5:49 PM, Michael Nielsen <mic...@gm...<mailto:mic...@gm...>> wrote: Does Zabbix agent run on Mageia Linux, and how to install? ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org<http://SlashDot.org>! http://sdm.link/slashdot _______________________________________________ Zabbix-users mailing list Zab...@li...<mailto:Zab...@li...> https://lists.sourceforge.net/lists/listinfo/zabbix-users |
From: Michael N. <mic...@gm...> - 2017-02-17 09:46:42
|
Does Zabbix agent run on Mageia Linux, and how to install? |
From: Michael N. <mic...@gm...> - 2017-02-17 07:59:52
|
This seems to work: {my-domain.com:vfs.file.md5sum[/my-log-file.log].diff(0)}>0 On Fri, Feb 17, 2017 at 8:41 AM, Michael Nielsen <mic...@gm...> wrote: > I've done the item and can see the md5 sum. The trigger I have > difficulties on how to create. > > On Thu, Feb 16, 2017 at 6:33 PM, Todd Blake <tb...@gm...> wrote: > >> You need: >> >> 1) an item to track the md5 of the file >> 2) a trigger to go off if the md5 changes >> 3) an action to e-mail if the trigger goes off >> >> On Thu, Feb 16, 2017 at 12:21 PM, Guus Snijders <gsn...@gm...> >> wrote: >> >>> Op 16 feb. 2017 18:05 schreef "Michael Nielsen" <mic...@gm...>: >>> >>> Should I create a trigger for it, or? >>> >>> On Thu, Feb 16, 2017 at 5:42 PM, REGIS Thierry < >>> thi...@do...> wrote: >>> >>>> [md5] >>>> >>> >>> Trigger: yes, because you need to tell Zabbix what to do. >>> >>> >>> Mvg, Guus Snijders >>> >>> >>> ------------------------------------------------------------ >>> ------------------ >>> Check out the vibrant tech community on one of the world's most >>> engaging tech sites, SlashDot.org! http://sdm.link/slashdot >>> _______________________________________________ >>> Zabbix-users mailing list >>> Zab...@li... >>> https://lists.sourceforge.net/lists/listinfo/zabbix-users >>> >>> >> > |
From: Michael N. <mic...@gm...> - 2017-02-17 07:42:04
|
I've done the item and can see the md5 sum. The trigger I have difficulties on how to create. On Thu, Feb 16, 2017 at 6:33 PM, Todd Blake <tb...@gm...> wrote: > You need: > > 1) an item to track the md5 of the file > 2) a trigger to go off if the md5 changes > 3) an action to e-mail if the trigger goes off > > On Thu, Feb 16, 2017 at 12:21 PM, Guus Snijders <gsn...@gm...> > wrote: > >> Op 16 feb. 2017 18:05 schreef "Michael Nielsen" <mic...@gm...>: >> >> Should I create a trigger for it, or? >> >> On Thu, Feb 16, 2017 at 5:42 PM, REGIS Thierry <thi...@do... >> > wrote: >> >>> [md5] >>> >> >> Trigger: yes, because you need to tell Zabbix what to do. >> >> >> Mvg, Guus Snijders >> >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, SlashDot.org! http://sdm.link/slashdot >> _______________________________________________ >> Zabbix-users mailing list >> Zab...@li... >> https://lists.sourceforge.net/lists/listinfo/zabbix-users >> >> > |