zbx-sadman / unifi_proxy

Fast client-server version of UniFi Miner
45 stars 21 forks source link

Active check templates use 'Zabbix agent' rather than 'Zabbix agent (active)' for discovery #14

Closed rtau-t24 closed 6 years ago

rtau-t24 commented 6 years ago

Just tried to import templates in https://github.com/zbx-sadman/unifi_proxy/tree/master/Zabbix_Templates/UniFi%20Proxy%201.3.0/UBNT_UniFi_Controller_v_5_Active_Checks and found that the "Discovery rules" are not using the type 'Zabbix agent (active)' but 'Zabbix agent' to query the discovery parameters.

zbx-sadman commented 6 years ago

This is a small trick to detect configuration errors: if the data items were created, but nothing came in - that means the user incorrectly configured the Zabbix agent's active mode. In the event that the data items were not created - it incorrectly configured the UniFi Proxy.

rtau-t24 commented 6 years ago

I see. Would it be better to document the trick to avoid surprise?


From: Grigory Prigodin notifications@github.com Sent: Friday, September 29, 2017 8:05:10 PM To: zbx-sadman/unifi_proxy Cc: Raymond Tau (T24-HK-IT); Author Subject: Re: [zbx-sadman/unifi_proxy] Active check templates use 'Zabbix agent' rather than 'Zabbix agent (active)' for discovery (#14)

This is a small trick to detect configuration errors: if the data items were created, but nothing came in - that means the user incorrectly configured the Zabbix agent's active mode. In the event that the data items were not created - it incorrectly configured the UniFi Proxy.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/zbx-sadman/unifi_proxy/issues/14#issuecomment-333108663, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAzq2QzEaFeowpwpDKJzqKVn-mOFUcCLks5snNz1gaJpZM4PodZ1.

Transact24

Tel: +852 2851 0145 Fax: +852 2851 0143 https://www.transact24.com

Transact24 relates to the Transact24 Group, which comprises Transact24 Limited as holding company and its group of companies.

Transact 24 (UK) Limited (part of the Transact24 Group), is an Authorised Electronic Money Institution, authorised by the Financial Conduct Authority (United Kingdom) to carry on electronic money services activities under the Electronic Money Regulations 2011 (Register Reference: 900538).

Transact 24 (Mauritius) Ltd (part of the Transact24 Group), is authorised under a Payment Intermediary Services Licence (granted by the Financial Services Commission Mauritius pursuant to the Financial Services Act 2007 of the Republic of Mauritius), to provide payment intermediary services as a specialised financial service (Licence Number: C106003286 and Code: FS-2.9).

Transact 24 Acquiring (Mauritius) Limited (part of the Transact24 Group), is authorised under a Payment Intermediary Services Licence (granted by the Financial Services Commission Mauritius pursuant to the Financial Services Act 2007 of the Republic of Mauritius), to provide payment intermediary services as a specialised financial service (Licence Number: C116015487 and Code: FS-2.9).

The content of this e-mail and/or any attachments relating to the business of the Transact24 Group are proprietary to the Transact24 Group and are, unless otherwise specified, confidential and may not in any way or form be disseminated without the express permission, in writing, of the Transact24 Group. The views and/or opinions expressed in this e-mail and/or attachments thereto may be the views and/or opinions of the sender and should not automatically be ascribed to the Transact24 Group. If you are not the intended recipient of this email you may not peruse, use, disseminate, distribute or copy this message. Should you have received this message in error, please notify the sender immediately by email, facsimile or telephone and destroy the original message.

© 2016 Transact24 Limited

zbx-sadman commented 6 years ago

Okay, i just added this info into Note's - https://github.com/zbx-sadman/unifi_proxy/blob/master/Zabbix_Templates/README.md

Thanks.