Time |
Nick |
Message |
00:25 |
|
ANAND joined #minetest-hub |
01:09 |
|
calcul0n joined #minetest-hub |
04:02 |
|
calcul0n joined #minetest-hub |
05:25 |
|
calcul0n joined #minetest-hub |
05:26 |
VanessaE |
ph33r cheapie's and my style skillz: http://i.imgur.com/5qf2f2O.png |
06:32 |
ANAND |
Someone who joined GH on May 7 already has 43 commits in MT o_O |
06:32 |
ANAND |
But the commits date back to around 2013 |
06:33 |
ANAND |
https://github.com/minetest/minetest/commits?author=CSPS-HaydenWoods |
06:42 |
ANAND |
The following commit was attributed to Kahrl or sapier, IIRC: https://github.com/minetest/minetest/commit/497ff1ecd64c8908f988e15ca879824f2781e3fd |
06:43 |
ANAND |
It's sapier's name that's missing from the contributors list - this is probably him |
06:44 |
ANAND |
What I don't understand is that how does GitHub link sapier's previous commits to a brand-new account? o_O |
06:44 |
ANAND |
Commit email, probably... |
07:08 |
ANAND |
504 Gateway Timeout on the forums |
07:53 |
|
CWz joined #minetest-hub |
08:11 |
|
pyrollo joined #minetest-hub |
09:14 |
|
ANAND joined #minetest-hub |
10:24 |
|
Fixer joined #minetest-hub |
12:07 |
|
aerozoic joined #minetest-hub |
12:24 |
|
CWz joined #minetest-hub |
12:30 |
|
scr267_ joined #minetest-hub |
12:49 |
|
Ganome317 joined #minetest-hub |
12:55 |
|
Niwla23 joined #minetest-hub |
13:47 |
|
Ruslan1 joined #minetest-hub |
13:51 |
|
Ganome317 joined #minetest-hub |
14:36 |
|
craigger joined #minetest-hub |
15:16 |
|
Niwla joined #minetest-hub |
15:24 |
|
NiwlaYT joined #minetest-hub |
15:27 |
|
Niwla23 joined #minetest-hub |
15:43 |
|
_Xenon joined #minetest-hub |
16:19 |
|
ANAND joined #minetest-hub |
16:20 |
|
FrostRanger joined #minetest-hub |
17:47 |
|
scr267 joined #minetest-hub |
18:09 |
|
Niwla23 joined #minetest-hub |
18:17 |
|
Niwla23 joined #minetest-hub |
18:25 |
|
Fuchs joined #minetest-hub |
18:38 |
|
Fuchs joined #minetest-hub |
18:49 |
|
Fuchs joined #minetest-hub |
18:51 |
BuckarooBanzai |
I just released my monitoring mod (https://forum.minetest.net/viewtopic.php?f=9&t=22472&p=346854#p346854) and public monitoring server (https://forum.minetest.net/viewtopic.php?f=14&t=22473) |
18:51 |
BuckarooBanzai |
Features: lag-stats, lua memory, dig/craft/build stats, playercount, mod integrations (techinc, advtrains, pipeworks, mesecons) |
18:52 |
BuckarooBanzai |
Public server instance: http://monitoring.minetest.land/ |
19:17 |
|
scr267_ joined #minetest-hub |
19:18 |
|
_scr267 joined #minetest-hub |
19:26 |
sofar |
BuckarooBanzai: nobody using it yet? |
19:26 |
sofar |
I don't see anything |
19:27 |
BuckarooBanzai |
sofar: currently only my two private creative servers, the pandorabox-test-server and (after a restart/crash) the main pandorabox-server :) |
19:28 |
BuckarooBanzai |
Walker tested it with his MineClone2 server but was unhappy with the console spam every 5 seconds :/ |
19:28 |
sofar |
I mean, I don't see anything on the pub monitoring server instance website |
19:29 |
BuckarooBanzai |
Maybe i put up the wrong link, but you should see something here: https://monitoring.minetest.land/d/YUpouLmWk/overview?orgId=1&refresh=5s&var-instance=test.pandorabox.io |
19:29 |
sofar |
eh, I just don't understand grafana ;) |
19:30 |
sofar |
are you using the http api? |
19:30 |
BuckarooBanzai |
jup, the pushgateway |
19:31 |
sofar |
easy enough |
19:31 |
sofar |
do you use a token system to protect against unauthorized data posters? |
19:32 |
BuckarooBanzai |
sofar: not yet :) i thought about that but decided to go "without protection" and cross that bridge when i get there (there is a "key" setting for the POST-header in the monitoring mod, just in case) |
19:32 |
rubenwardy |
!mod prometheus |
19:32 |
MinetestBot |
rubenwardy: Prometheus [prometheus] - Metric uploader by rubenwardy - https://forum.minetest.net/viewtopic.php?t=18767 |
19:32 |
rubenwardy |
uses pushgateway |
19:32 |
rubenwardy |
also, no need to data tokens with a firewall |
19:33 |
sofar |
well if he runs a public endpoint he most likely doesn't want to make things difficult for people who change IP addresses |
19:33 |
BuckarooBanzai |
rubenwardy: i saw your mod, but i was not happy the extensibility and the lack of metric types :P |
19:33 |
sofar |
for a private endpoint, sure |
19:34 |
* sofar |
grabs knights who say NIH shirt for rubenwardy |
19:34 |
rubenwardy |
https://github.com/MT-CTF/capturetheflag/blob/master/mods/ctf/ctf_metrics/init.lua |
19:34 |
rubenwardy |
there we are |
19:34 |
rubenwardy |
extensibility |
19:35 |
BuckarooBanzai |
oh :O ... does this do a POST for every "metric.post" ? |
19:35 |
rubenwardy |
no |
19:35 |
rubenwardy |
it buffers |
19:35 |
BuckarooBanzai |
ha, did not see that one :) |
19:36 |
BuckarooBanzai |
i did add some function wrappers for counters and histograms: https://github.com/thomasrudin-mt/monitoring/blob/master/doc/custom.md#wrapping-functions |
19:36 |
|
Niwla23 joined #minetest-hub |
20:03 |
|
sys4 joined #minetest-hub |
20:08 |
Fixer |
at last minecraft has improved its freezes to minetest levels o/ |
20:11 |
|
ssieb joined #minetest-hub |
20:15 |
|
Rafi59 joined #minetest-hub |
20:30 |
rubenwardy |
"Game of Thrones season 8, episode 5 is currently the worst-reviewed in the show's history" |
20:38 |
|
benrob0329 joined #minetest-hub |
20:45 |
|
Gael-de-Sailly joined #minetest-hub |
21:39 |
|
paramat joined #minetest-hub |
23:03 |
|
sys4 joined #minetest-hub |
23:07 |
|
T4im joined #minetest-hub |
23:18 |
|
Fuchs joined #minetest-hub |
23:44 |
|
Fuchs joined #minetest-hub |