Notices by musicman (musicman@nu.federati.net), page 58
-
musicman (musicman@nu.federati.net)'s status on Thursday, 21-May-2020 09:36:14 EDT musicman
hoping you get to do that PHP training. -
musicman (musicman@nu.federati.net)'s status on Tuesday, 19-May-2020 17:22:41 EDT musicman
#TIL: Angular's web-server doesn't deal with networking like #nginx or #apachehttpd (both of which work fine on test server).
I learned that working on https://github.com/Faldrian/bandcamp-scraper
I also learned that #CouchDB is a PITA. I probably could have figured it out, but it isn't high on the "must learn" list. -
lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Tuesday, 19-May-2020 00:56:59 EDT lnxw48a1
https://nu.federati.net/url/269679 [www vice com] In conversation from nu.federati.net permalink Repeated by musicman Attachments
-
musicman (musicman@nu.federati.net)'s status on Monday, 18-May-2020 14:40:11 EDT musicman
I'm assuming no, since the python driver supports Python 3. In conversation from nu.federati.net permalink -
musicman (musicman@nu.federati.net)'s status on Monday, 18-May-2020 14:36:24 EDT musicman
@lnxw48a1 this question inspired by the blog post I am writing. Who knows if it will ever see the light of day. In conversation from nu.federati.net permalink -
musicman (musicman@nu.federati.net)'s status on Monday, 18-May-2020 13:41:48 EDT musicman
#cqlsh needs #legacypython, but does anything else in #Cassandra actually need it? In conversation from nu.federati.net permalink -
musicman (musicman@nu.federati.net)'s status on Friday, 15-May-2020 20:15:08 EDT musicman
I have a feeling there was a port conflict between me trying to run the jar manually and the jar running as part of Cassandra...at least at some point.
I doubt my process would be very useful for anyone that knows much of anything about Java.
That said, once I have an understanding about what to alert on and if this jmx_exporter has everything we need, there might be a blog at https://www.openlogic.com/blogIn conversation from nu.federati.net permalink -
musicman (musicman@nu.federati.net)'s status on Friday, 15-May-2020 20:09:49 EDT musicman
OpenCobalt had some big names by just died in 2010 it seems In conversation from nu.federati.net permalink -
musicman (musicman@nu.federati.net)'s status on Friday, 15-May-2020 14:57:31 EDT musicman
Anybody know anything about this? http://opensimulator.org/wiki/Main_Page In conversation from nu.federati.net permalink -
musicman (musicman@nu.federati.net)'s status on Friday, 15-May-2020 11:57:25 EDT musicman
surest sign of the apocalypse ever: https://nu.federati.net/url/269422 In conversation from nu.federati.net permalink Attachments
-
musicman (musicman@nu.federati.net)'s status on Friday, 15-May-2020 11:55:09 EDT musicman
IP works too. The comment in the cassandra-env.sh file says:
# add this if you're having trouble connecting:
#JVM_OPTS="$JVM_OPTS -Djava.rmi.server.hostname=192.168.40.233"
I guess the reverse is also true.In conversation from nu.federati.net permalink -
musicman (musicman@nu.federati.net)'s status on Friday, 15-May-2020 11:54:08 EDT musicman
it's working. I think all I did was take out the hostname...well, it's working for localhost, but not even that was working before. In conversation from nu.federati.net permalink -
musicman (musicman@nu.federati.net)'s status on Friday, 15-May-2020 11:51:34 EDT musicman
ok, this is weird...
https://pastebin.com/S0ZT0X2u
My guess is the two Cassandras are fighting. Should be easy enough to test...In conversation from nu.federati.net permalink Attachments
-
musicman (musicman@nu.federati.net)'s status on Friday, 15-May-2020 11:24:10 EDT musicman
I had long suspected that this pidfile might be the source of the issue at least regarding not having a jar at the top of the tree and the fact that the non-package version doesn't have it leads me to believe that is the case:
-Dcassandra-pidfile=/var/run/cassandra/cassandra.pid
Now that I have something that works, it should be much easier to figure out what is going on.In conversation from nu.federati.net permalink -
musicman (musicman@nu.federati.net)'s status on Friday, 15-May-2020 10:39:08 EDT musicman
one thing I immediately notice looking at the command line of the working and non-working is that they are running as different users. In conversation from nu.federati.net permalink -
musicman (musicman@nu.federati.net)'s status on Friday, 15-May-2020 10:18:00 EDT musicman
I can confirm this works on Cassandra 3.11.6: https://www.robustperception.io/monitoring-cassandra-with-prometheus
so, for now, I can use that and not the packaged CentOS version, though figuring out what the hell is different about the packaged version is probably a good exercise for understand this. Cassandra is one of the things we are week on in the team (though not java, that's a personal weakness). While I am obviously going to be the SME for monitoring, I think I am going to end up that way for Cassandra as well just out of necessity.In conversation from nu.federati.net permalink Attachments
-
musicman (musicman@nu.federati.net)'s status on Friday, 15-May-2020 10:15:13 EDT musicman
https://pastebin.com/zAdiexNp In conversation from nu.federati.net permalink Attachments
-
musicman (musicman@nu.federati.net)'s status on Friday, 15-May-2020 10:14:23 EDT musicman
Java path is too long to post...I guess there is pastebin In conversation from nu.federati.net permalink -
musicman (musicman@nu.federati.net)'s status on Thursday, 14-May-2020 17:13:39 EDT musicman
the main thing I am learning is that I have no idea what I am doing. git cloned the source though as suggested at https://github.com/prometheus/jmx_exporter In conversation from nu.federati.net permalink Attachments
-
musicman (musicman@nu.federati.net)'s status on Thursday, 14-May-2020 17:06:52 EDT musicman
you know, searching the Cassandra source is probably an easier way that unjarring things. I don't understand these premain classes. I was able to build a simple jar. I need to see if the jmx exporter works on it In conversation from nu.federati.net permalink