Discussion:
Nagios notifications and Bugzilla.
j***@crunchydata.com
2018-09-20 18:27:16 UTC
Permalink
Good afternoon, all.

I'm currently wondering if it is at all possible to set up a queue within bugzilla to receive notifications from "Nagios" (monitoring software). So far I've had no luck figuring out how to implement such a thing within bugzilla. I've used Jira in the past, but am rather new to this, so any insight to if this is do-able or not is greatly appreciated.

Kind regards,

Jim.
Thorsten Schöning
2018-09-20 18:41:53 UTC
Permalink
Post by j***@crunchydata.com
I'm currently wondering if it is at all possible to set up a queue
within bugzilla to receive notifications from "Nagios" (monitoring
software).[...]
There's nothing like that out of the box, but one is able to create
bugs using APIs for whatever event of your Nagios you are interested
in. You would need to implement most of such on your own of course,
because your are the only one who knows why you are interested in some
event and need to filter accordingly etc. Additionally you need to
think about how to layout your products, components, priorities and
all that stuff and need to map it to your Nagios events.

https://bugzilla.readthedocs.io/en/5.0/integrating/index.html
https://www.bugzilla.org/docs/4.4/en/html/api/

Sounds pretty complex to me, you should really think about your
workflow and such first before doing anything. Keep in mind it's not
onyl a one time approach, you need to adopt to all future changes of
Bugzilla.

Mit freundlichen Grüßen,

Thorsten Schöning
--
Thorsten Schöning E-Mail: ***@AM-SoFT.de
AM-SoFT IT-Systeme http://www.AM-SoFT.de/

Telefon...........05151- 9468- 55
Fax...............05151- 9468- 88
Mobil..............0178-8 9468- 04

AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow
j***@crunchydata.com
2018-09-20 23:44:25 UTC
Permalink
Thanks, Thorsten.

What about creating a new product. How would I add an email address to generate a bug report? I've navigated through the UI to no avail, and can find nothing online so far.

Kind regards,

Jim.
Thorsten Schöning
2018-09-21 05:54:38 UTC
Permalink
Post by j***@crunchydata.com
What about creating a new product.
https://bugzilla.readthedocs.io/en/5.0/administering/categorization.html#products
https://bugzilla.readthedocs.io/en/5.0/api/core/v1/product.html
Post by j***@crunchydata.com
How would I add an email address
to generate a bug report?
https://bugzilla.readthedocs.io/en/5.0/administering/whining.html
https://bugzilla.readthedocs.io/en/5.0/installing/optional-post-install-config.html#whining
https://bugzilla.readthedocs.io/en/5.0/installing/optional-post-install-config.html#whining-at-untriaged-bugs

Mit freundlichen Grüßen,

Thorsten Schöning
--
Thorsten Schöning E-Mail: ***@AM-SoFT.de
AM-SoFT IT-Systeme http://www.AM-SoFT.de/

Telefon...........05151- 9468- 55
Fax...............05151- 9468- 88
Mobil..............0178-8 9468- 04

AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow
Loading...