This seems to fit me. I found it at the PowerLine week-in-pictures, so I have no idea how to attribute it. And there is a word for words that are spelled the same but pronounced differently (e.g. “record a record”), but I don’t remember what it is; “grafonym” or “homograf” maybe? I had never realizedContinue reading “Cross Disciplinary”
Category Archives: Tech
gogs up
gogs is a “GO Git Server” that (supposedly) runs just about anywhere. It runs fine here. I wanted source control locally, and a bit more “control” than just a git init local directory. There were a few issues: I wanted the repository directory to be on a guest/host shared directory/folder (so Windows backups would getContinue reading “gogs up”
Computer Speakers
Those count, right? Very non-stereo, but there is no room on the right side of my desk for one of those. There will be upstairs – I’m building it into the desk space; they’ll hang on each side of the monitor. As always, it was an adventure with a simple solution. Why do they alwaysContinue reading “Computer Speakers”
Logstash Up
This is getting easier. Logstash is running and so is the Prometheus exporter for it. Kibana, on the other hand, is a nightmare. I can’t get it do anything other than spew security warnings. I made them go away – by adding “basic security” to Elasticsearch and Kibana – and it broke all the logstashes.Continue reading “Logstash Up”
Gone Public
It’s not quite ready, but at the request of an interested party, I made the github repository public. One more (successful) rebuild-from-scratch and I’m calling it good. In addition to getting Pulsar Manager running, finally, I wrote (trivial) tests for both Pulsar and Cassandra. They work! BLEK is still missing. Jaeger is a possibility. But,Continue reading “Gone Public”
Rebuilt!
A few bobbles, but I rebuilt the whole thing from instructions. About three pages of instruction-update notes, which I will deal with later. It’s bed time, again. [WordPress did want larger featured images]
Cassandra Up, Again
A three node, three rack, one data center Cassandra cluster is running! It has a few configuration values that require IP addresses, yuck! All the cluster software is up! What’s left? Install the Docker monitor for Prometheus (cAdvisor). Install BLEK. Cross-reference build scripts against written instructions. Throw it all away and rebuild from scratch. MakeContinue reading “Cassandra Up, Again”
Grafana Up
Docker really isn’t all that easy. If you want all defaults, it’s dandy. If you want customize anything (e.g. save log files or configure it), then it’s not. Grafana has some sort of strange user/permission thing going on. Sorted. The pretty picture is the Stack OS metrics dashboard (gathered by node_exporter, collected by Prometheus, andContinue reading “Grafana Up”
Prometheus Up, Again
Prometheus was mostly working on the ops machine. I tried to Docker it. Prometheus, itself, came up, but none of the cluster.test names resolved. Getting github working proved its worth: git push on the ops machine, then git pull on another, and voila! all the files I need are there. Docker actually proved worthwhile here,Continue reading “Prometheus Up, Again”
On github
No, you cannot see it, yet – it’s not done. I got it rearranged, unified and up there – and made git work on all the VMs, so I can edit from anywhere.