search for: prometheus

Displaying 20 results from an estimated 64 matches for "prometheus".

2008 Sep 19
0
[JOB] Softwareentwickler/-in, prometheus-Bildarchiv, Universität zu Köln
Hi folks! We, the prometheus image archive at the University of Cologne (Germany), would like you to take note of the following job announcement for a full-time software developer position in Cologne, Germany. In addition, we''d like to emphasize that the contract is limited in time due to formal reasons only. We defin...
2008 Aug 07
0
[JOB] Softwareentwickler/-in, prometheus-Bildarchiv, Universität zu Köln
hi folks! sorry to bother you all, but the following job announcement is in german only, because fluent german is an indispensable requirement anyway. cheers jens ---- An der Universität zu Köln, prometheus - Das verteilte digitale Bildarchiv für Forschung & Lehre, Kunsthistorisches Institut, Philosophische Fakultät ist zum 01.09.2008 befristet bis 28.02.2009 die Stelle einer/eines *Softwareentwicklerin/Softwareentwicklers* (Vollzeit) zu besetzen. Die T...
2017 Oct 26
2
[Gluster-devel] Gluster Health Report tool
On Thu, Oct 26, 2017 at 2:24 AM, Marcin Dulak <marcin.dulak at gmail.com> wrote: > Hi, > > since people are suggesting nagios then I can't resist suggesting exporting > the metrics in the prometheus format, > or at least making the project into a library so > https://github.com/prometheus/client_python could be used to export the > prometheus metrics. > There has been an attempt at https://github.com/ofesseler/gluster_exporter > but it is not maintained anymore. > There is a...
2011 Dec 01
0
[JOB] Softwareentwickler/-in, prometheus-Bildarchiv, Universität zu Köln
We, the prometheus image archive at the University of Cologne (Germany), would like you to take note of the following job announcement for a full-time software developer position in Cologne, Germany. Please note that fluent German is required. Cheers Jens ---- In der Philosophischen Fakultät, im *Kunsthistorischen...
2006 Apr 07
2
weird error with rake create_sessions_table
Hi all, Despite switching to mod_fcgid (which has improved performance), sessions are still expiring sporadically. I thought I might try switching to storing them in the db, but I get the following error when I try to run the rake create_sessions_table command D:\User\Code\ruby\prometheus>rake create_sessions_table (in D:/User/Code/ruby/prometheus) rake aborted! undefined local variable or method `acts_as_versioned'' for Record:Class I have the acts_as_versioned gem, and my whole app runs fine. If I comment out the acts_as_versioned line in Record, another gem is not rec...
2020 May 26
0
Asterisk and Prometheus
Hello, I've seen that Asterisk 17 supports Prometheus but beside [1], I've not much about how to use this. Can someone shed some light on this ? 1. If I'm not mistaken, Prometheus favors "a pull model over HTTP". So basically, a Prometheus instance should be able to query Asterisk "core metrics", right ? 2. Is there an e...
2009 Jul 08
1
Problem with 1.2 and sieve: failed with unsuccessful implicit keep
...software. I've just upgraded to latest dovecot, aka 1.2. I've a problem. I've started using Sieve, and everything works fine, I already received a thousand of mails without any problem. However, there's one mail which is stuck in the postfix queue because of that: Jul 8 18:47:51 prometheus dovecot: deliver(jd at danjou.info): mkdir_parents_chown(danjou.info/jd/) failed: Permission denied (euid=8(mail) egid=8(mail)) Jul 8 18:47:51 prometheus dovecot: deliver(jd at danjou.info): copy: i_stream_read() failed: No such file or directory Jul 8 18:47:51 prometheus dovecot: deliver(jd at d...
2020 Oct 22
1
Best prometheus exporter for Dovecot 2.3 with the new metrics/stats module
Hi ppl. I am trying to locate the best prometheus exporter for use with Dovecot 2.3 in connection with the new metrics/stats module. Any pointers in the right direction will be appreciated - seems like there is a bunch out there which all works with the old stats module. Anybody have something ?in the works? for 2.3 ? Kind Regards, Sidsel Jens...
2017 Oct 25
0
[Gluster-devel] Gluster Health Report tool
Hi, since people are suggesting nagios then I can't resist suggesting exporting the metrics in the prometheus format, or at least making the project into a library so https://github.com/prometheus/client_python could be used to export the prometheus metrics. There has been an attempt at https://github.com/ofesseler/gluster_exporter but it is not maintained anymore. Cheers, Marcin On Wed, Oct 25, 2017 at...
2017 Oct 25
2
[Gluster-devel] Gluster Health Report tool
Hi Aravinda, Very nice initiative, thank you very much! As as small recommendation it would be nice to have a "nagios/icinga" mode, maybe through a "-n" parameter which will do the health check and output the status ina nagios/icinga compatible format. As such this tool could be directly used by nagios for monitoring. Best, M. > -------- Original Message -------- >
2006 Jan 23
0
continuous integration - how do you do it?
...icture about whether damagecontrol is a practical option for continuous integration, I set up the following scripts on my server to run the rails functional and unit tests each day and mail me the results: :::::::::::::: run_functional_tests.sh :::::::::::::: #!/bin/bash cd /var/www/ruby/srjoseph/prometheus rake test_functional &> /tmp/tmpfile_dis_dev_func more /tmp/tmpfile_dis_dev_func | mail -s "$( grep ''[:digit:]* tests, [:digit:]*'' /tmp/tmpfile_dis_dev_func)" sam@neurogrid.com rm /tmp/tmpfile_dis_dev_func :::::::::::::: run_unit_tests.sh :::::::::::::: #!/bin/ba...
2007 Jan 04
5
uninitialized constant oddities
...''s where the uninitialized constant comes in def subclasses(table_must_exist = true) Image::Base.subclasses table_must_exist end ---- snip ---- any ideas on what might cause this (mis-)behaviour would be greatly appreciated. TIA & cheers jens -- Jens Wille, Dipl.-Bibl. (FH) prometheus - Das verteilte digitale Bildarchiv für Forschung & Lehre An St. Laurentius 4, 50931 Köln Tel.: +49 (0)221 470-6668, E-Mail: jens.wille-31N1O1AsgN5n68oJJulU0Q@public.gmane.org http://www.prometheus-bildarchiv.de/ --~--~---------~--~----~------------~-------~--~----~ You received this message...
2020 Oct 15
2
Samba Performance Monitoring?
What is the impact of turning profiling on? profiling support = on More specifically, we're setting up a custom Prometheus exporter for Samba, but smbstatus does not provide a whole lot of detailed information for samba health, etc. I was hoping for more detailed information that we can forward to Prometheus. So my question is: 1. What options exist for efficiently getting metrics? 2. Does turning on profiling...
2006 Aug 03
1
Strange file upload error
...against a text file reload and an msword file reload, and they both work fine, so we are kind of stumped as to what''s causing this. You can see the code we''re using for the record model (which maps to the file table in the db) here: http://lilt.ics.hawaii.edu/cgi-bin/cvstrac.cgi/prometheus/getfile/prometheus/app/models/record.rb?v=1.9 The key methods are Record.meta_data and Record.load. Record.load gets called when a new file is uploaded, and it in turn calls Record.meta_data to get all the meta data related to the file. When the file is re-loaded only Record.meta_data gets called,...
2015 Feb 04
2
Re: HugePages - can't start guest that requires them
As I mentioned, I got the instances to launch... but they're only taking HugePages from "Node 0", when I believe my setup should pull from both nodes. [atlas] http://sprunge.us/FSEf [prometheus] http://sprunge.us/PJcR 2015-02-03 16:51:48 root@eanna i ~ # virsh start atlas Domain atlas started 2015-02-03 16:51:58 root@eanna i ~ # virsh start prometheus Domain prometheus started 2015-02-03 16:52:53 root@eanna i ~ # numastat -m Per-node system memory usage (in MBs):...
2002 Dec 04
1
DNS
Hi all, I use SAMBA with winbind in a NT-LINUX domain. I also use DNS on another slackware linux machine, DNS is also working fine. But how can i see the computers -configured in DNS- in my network neighborhood on my windoze pc's ? GreetZ Philippe Dhont
2007 Jul 26
2
libvorbis 1.2.0 release
A new libvorbis release is now available. http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.tar.bz2 http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.tar.gz http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.zip This release fixes some robustness issues with corrupt streams, including a security issue. Also new in this release is support for multiplexed streams in
2015 Feb 04
2
Re: HugePages - can't start guest that requires them
...; On 04.02.2015 01:59, G. Richard Bellamy wrote: >> As I mentioned, I got the instances to launch... but they're only >> taking HugePages from "Node 0", when I believe my setup should pull >> from both nodes. >> >> [atlas] http://sprunge.us/FSEf >> [prometheus] http://sprunge.us/PJcR > > [pasting interesting nits from both XMLs] > > <domain type='kvm' id='2'> > <name>atlas</name> > <uuid>d9991b1c-2f2d-498a-9d21-51f3cf8e6cd9</uuid> > <memory unit='KiB'>16777216</memo...
2020 Oct 31
2
CTDB Statistics Definitions and Scheme?
Hi Team, I'm working on a CTDB Prometheus Exporter. I have two questions... First, does anyone have an "internal" cheat sheet on the metrics and their descriptions? I didn't really see much online, or in the source code. Thanks -- BOB BUCK SENIOR PLATFORM SOFTWARE ENGINEER SKIDMORE, OWINGS & MERRILL 7 WORLD TRADE CE...
2015 Feb 09
0
Re: HugePages - can't start guest that requires them
...e to each guest NUMA node (cell). Basically, I thought "nodeset", regardless of where it existed in the domain xml, referred to the host's NUMA node, and "cell" (<cell id=/> or @cellid) refers to the guest's NUMA node. However.... Atlas [1] starts without issue, prometheus [2] fails with "libvirtd[]: hugepages: node 2 not found". I found a patch that contains the code responsible for throwing this error [3], + if (def->cpu && def->cpu->ncells) { + /* Fortunately, we allow only guest NUMA nodes to be continuous +...