Re: November status update for Fedora Infrastructure Apprentices

2017-11-03 Thread Mikolaj Swiergiel
Hi

>
> 0. Whats your fedora account system login?

mswiergiel

>
>
> 1. Have you logged in and used your fi-apprentice membership to look at
> our machines/setup in the last month? Do you plan to?
>

Yes

>
> 2. Has it helped you decide any area you wish to focus on or contribute
> to more?
>

Yes

>
> 3. Have you looked at or been able to work on any of the fi-apprentice
> 'easyfix' tickets?
> https://pagure.io/fedora-infrastructure/issues?status=Open&tags=easyfix
>

Yes

>
> 4. Do you still wish to be a member of the group? If not (for whatever
> reason) could you provide any hints to help others down the road?
>

Yes

>
> 5. Is there any help or communication or ideas you have that would help
> you do any of the above?


No

>
>
> 6. What do you find to be the hardest part of getting involved? Finding
> things to work on? Getting attention from others to help you? Finding
> tickets in your interest area?
>

Tickets

>
> 7. Have you been able to make any weekly irc meetings? Do you find them
> helpful or interesting? Do you have any suggestions for changing them?
>

Yes

>
> 8. Have you logged into our Gobby instance and read/seen/added to our
> meeting agenda? https://fedoraproject.org/wiki/Gobby
>

Yes

>
> 9. What kind of computer are you replying to this email on right now?
> Desktop? Phone? Be as specific or not as you like. :)


Phone

>
>
> Any other general feedback is also quite welcome, including improvements
> to this email, the wiki page, etc. Note that we recently revamped the
> getting started and other pages. Please do take a minute to re-read them
> and let me know if they are more clear or need further adjustments.
>
> Any folks I do not hear from in the next week will be removed from the
> group. (Note that it's easy to be readded when you have time or whatever
> and it's nothing at all personal, we just want to keep the group up
> todate with active folks).
>
> Thanks, and looking forward to your feedback!
>
> kevin
>
>
>
>
>
>
>
>
>
>
>
> ___
> infrastructure mailing list -- infrastructure@lists.fedoraproject.org
> To unsubscribe send an email to
> infrastructure-le...@lists.fedoraproject.org
>
-- 
Mikołaj Świergiel
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


Re: Server space for Fedora users?

2017-11-03 Thread Jun Aruga
> Possibly. https://fedoraproject.org/wiki/Request_For_Resources
>
> Could your database run in Fedora's OpenShift instance?

OK, awesome.
Yes, I can run the database in it. Maybe.

Jun




On Thu, Nov 2, 2017 at 7:54 PM, Matthew Miller 
wrote:

> On Thu, Nov 02, 2017 at 07:22:04PM +0100, Jun Aruga wrote:
> > I want to build Mongo DB server somewhere in Fedora servers as my
> > experiment for effective Fedora packaging.
> > Because I want to research a correlation between the build error and how
> to
> > be fixed by machine learning approach to automate RPM packaging.
> > I do not want to pay my money for my private AWS server for that. :)
> > Is it possible to a server space?
>
> Possibly. https://fedoraproject.org/wiki/Request_For_Resources
>
> Could your database run in Fedora's OpenShift instance?
>
> --
> Matthew Miller
> 
> Fedora Project Leader
> ___
> infrastructure mailing list -- infrastructure@lists.fedoraproject.org
> To unsubscribe send an email to infrastructure-leave@lists.
> fedoraproject.org
>



-- 
Jun Aruga jar...@redhat.com
IRC: jaruga, Office: TPB(Technology Park Brno) Building C 1F, Brno, Czech
Republic
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


[PATCH] Update FMN monitoring scripts for the new queues

2017-11-03 Thread Jeremy Cline
The worker queue has been renamed to "fmn.tasks.unprocessed_messages"
both for clarity and because the message format has changed. The
"backends" queue is no more and has been replaced by one queue per
delivery medium. Right now that means there is "fmn.backends.irc" and
"fmn.backends.email".

Signed-off-by: Jeremy Cline 
---
 roles/nagios_client/templates/check_fmn.cfg.j2 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/roles/nagios_client/templates/check_fmn.cfg.j2 
b/roles/nagios_client/templates/check_fmn.cfg.j2
index 05111bdb2..8052eea8f 100644
--- a/roles/nagios_client/templates/check_fmn.cfg.j2
+++ b/roles/nagios_client/templates/check_fmn.cfg.j2
@@ -1,2 +1,3 @@
-command[check_fmn_worker_queue]={{ libdir 
}}/nagios/plugins/check_rabbitmq_size workers 200 1000
-command[check_fmn_backend_queue]={{ libdir 
}}/nagios/plugins/check_rabbitmq_size backends 100 200
+command[check_fmn_worker_queue]={{ libdir 
}}/nagios/plugins/check_rabbitmq_size fmn.tasks.unprocessed_messages 200 1000
+command[check_fmn_backend_irc_queue]={{ libdir 
}}/nagios/plugins/check_rabbitmq_size fmn.backends.irc 100 200
+command[check_fmn_backend_email_queue]={{ libdir 
}}/nagios/plugins/check_rabbitmq_size fmn.backends.email 100 200
-- 
2.14.3
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


Re: November status update for Fedora Infrastructure Apprentices

2017-11-03 Thread Giovanni Pirro
0. Whats your fedora account system login?
giovannipirro


1. Have you logged in and used your fi-apprentice membership to look at
our machines/setup in the last month? Do you plan to?
yes


2. Has it helped you decide any area you wish to focus on or contribute
to more?
yes


3. Have you looked at or been able to work on any of the fi-apprentice
'easyfix' tickets?
https://pagure.io/fedora-infrastructure/issues?status=Open&tags=easyfix
yes, but I'm not working on any easyfix ticket yet


4. Do you still wish to be a member of the group? If not (for whatever
reason) could you provide any hints to help others down the road?
yes


5. Is there any help or communication or ideas you have that would help
you do any of the above?
no


6. What do you find to be the hardest part of getting involved? Finding
things to work on? Getting attention from others to help you? Finding
tickets in your interest area?



7. Have you been able to make any weekly irc meetings? Do you find them
helpful or interesting? Do you have any suggestions for changing them?
yes


8. Have you logged into our Gobby instance and read/seen/added to our
meeting agenda? https://fedoraproject.org/wiki/Gobby
yes


9. What kind of computer are you replying to this email on right now?
Desktop? Phone? Be as specific or not as you like. :)
my laptop
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org