Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by musicman (musicman@nu.federati.net), page 59

  1. musicman (musicman@nu.federati.net)'s status on Thursday, 14-May-2020 16:28:19 EDT musicman musicman
    • musicman
    I don't see anything in the release notes to suggest it will help, but there is a new version of the jmx_exporter
    In conversation Thursday, 14-May-2020 16:28:19 EDT from nu.federati.net permalink
  2. musicman (musicman@nu.federati.net)'s status on Thursday, 14-May-2020 15:33:43 EDT musicman musicman
    • musicman
    so now I have no idea where to go:

    [root@localhost META-INF]# cat MANIFEST.MF
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.9.3
    Created-By: 1.8.0_20-b26 (Oracle Corporation)
    Agent-Class: org.github.jamm.MemoryMeter
    Premain-Class: org.github.jamm.MemoryMeter
    In conversation Thursday, 14-May-2020 15:33:43 EDT from nu.federati.net permalink
  3. musicman (musicman@nu.federati.net)'s status on Thursday, 14-May-2020 15:26:23 EDT musicman musicman
    in reply to
    • lnxw48a1
    we've never had any mask requirement.
    In conversation Thursday, 14-May-2020 15:26:23 EDT from nu.federati.net permalink
  4. musicman (musicman@nu.federati.net)'s status on Thursday, 14-May-2020 12:15:42 EDT musicman musicman
    • lnxw48a1
    "hug this hacky workaround, but it is what we have"
    In conversation Thursday, 14-May-2020 12:15:42 EDT from nu.federati.net permalink
  5. musicman (musicman@nu.federati.net)'s status on Thursday, 14-May-2020 11:25:46 EDT musicman musicman
    I missed this at the time...or had forgotten: "On 30 November 2018, complying with the Code of Conduct, Jarkko Sakkinen of Intel sent out patches replacing instances of "fuck" appearing in source code comments with suitable versions focused on the word 'hug'."
    In conversation Thursday, 14-May-2020 11:25:46 EDT from nu.federati.net permalink
  6. musicman (musicman@nu.federati.net)'s status on Thursday, 14-May-2020 11:13:50 EDT musicman musicman
    Anybody have thoughts on live patching the kernel in #linux kernel 5.6+?
    In conversation Thursday, 14-May-2020 11:13:50 EDT from nu.federati.net permalink
  7. musicman (musicman@nu.federati.net)'s status on Thursday, 14-May-2020 10:38:23 EDT musicman musicman
    The Thursday useless meeting.

    "Ok, we need to do this"

    "ok, I'm mark it as failed"

    WTF is even happening.
    In conversation Thursday, 14-May-2020 10:38:23 EDT from nu.federati.net permalink
  8. musicman (musicman@nu.federati.net)'s status on Wednesday, 13-May-2020 21:41:04 EDT musicman musicman
    in reply to
    • lnxw48a1
    it's the official repo:

    [root@localhost lib]# yum repolist
    Last metadata expiration check: 0:00:14 ago on Wed 13 May 2020 08:38:52 PM CDT.
    repo id repo name status
    AppStream CentOS-8 - AppStream 5,318
    BaseOS CentOS-8 - Base 1,661
    cassandra Apache Cassandra 3
    *epel Extra Packages for Enterprise Linux 8 - x86_64 5,506
    *epel-modular Extra Packages for Enterprise Linux Modular 8 - x86_64 0
    extras CentOS-8 - Extras 16
    zabbix Zabbix Official Repository - x86_64 18
    zabbix-non-supported Zabbix Official Repository non-supported - x86_64 1

    I guess Prometheus is pretty popular, but I suspect this is a problem with the prometheus agent and not Cassandra.
    In conversation Wednesday, 13-May-2020 21:41:04 EDT from nu.federati.net permalink
  9. musicman (musicman@nu.federati.net)'s status on Wednesday, 13-May-2020 17:58:04 EDT musicman musicman
    • musicman
    I was able to unjar the file and then in the manifest I noticed it pointed to a different file for classpath.

    same issue with that file though

    [root@localhost lib]# java -javaagent:./jmx_prometheus_javaagent-0.12.0.jar=8080:jmx-prom.yaml -jar /usr/share/cassandra/apache-cassandra-thrift-3.11.6.jar -Djava.util.logging.config.file=./program.log
    no main manifest attribute, in /usr/share/cassandra/apache-cassandra-thrift-3.11.6.jar
    In conversation Wednesday, 13-May-2020 17:58:04 EDT from nu.federati.net permalink
  10. musicman (musicman@nu.federati.net)'s status on Wednesday, 13-May-2020 17:21:51 EDT musicman musicman
    It seems unlikely to me that something like #Cassandra would be missing such a file. Do I need to build Cassie from source to get this or something? I haven't been able to find anything to suggest this is a common issue. Is it lying and the javaagent is actually the issue? #java

    [root@localhost tmp]# java -javaagent:./jmx_prometheus_javaagent-0.12.0.jar=8080:jmx-prom.yaml -jar /usr/share/cassandra/apache-cassandra-3.11.6.jar -Djava.util.logging.config.file=./program.log
    no main manifest attribute, in /usr/share/cassandra/apache-cassandra-3.11.6.jar
    In conversation Wednesday, 13-May-2020 17:21:51 EDT from nu.federati.net permalink
  11. musicman (musicman@nu.federati.net)'s status on Wednesday, 13-May-2020 13:12:44 EDT musicman musicman
    in reply to
    • lnxw48a1
    my suspicion, after reading https://stackoverflow.com/questions/26573940/why-cant-create-a-new-user-in-mysql is that zabbix had me import the user in an earlier step so that the user existed.

    Which gets me back to the original statement...that the zabbix instructions could use some work

    The weird thing is that the CREATE statement worked. This may be because of the hostname, but I got it working, so I am no longer worried about it.
    In conversation Wednesday, 13-May-2020 13:12:44 EDT from nu.federati.net permalink

    Attachments

    1. Invalid filename.
      why can't create a new user in mysql?
      from Stack Overflow
      mysql> select user,host from mysql.user; +------------------+-----------+ | user | host | +------------------+-----------+ | root | 127.0.0.1 | | root | ...
  12. musicman (musicman@nu.federati.net)'s status on Wednesday, 13-May-2020 11:24:31 EDT musicman musicman
    in reply to
    • lnxw48a1
    the error specifically says you cannot use GRANT to create user. Maybe you could in earlier versions of MySQL? You can't in MySQL 8.whateverIhave
    In conversation Wednesday, 13-May-2020 11:24:31 EDT from nu.federati.net permalink
  13. musicman (musicman@nu.federati.net)'s status on Wednesday, 13-May-2020 10:59:06 EDT musicman musicman
    • musicman
    Hmm, it probably is true: "Please note that the interfact to the JMX uses a small jar file contained in this module, so you will need to have java installed on the machine you're running this module on." https://pypi.org/project/jmxquery/

    noticing a lot of typos in the things I am copying and pasting...
    In conversation Wednesday, 13-May-2020 10:59:06 EDT from nu.federati.net permalink

    Attachments

    1. Invalid filename.
      jmxquery
      from PyPI
      A JMX Interface for Python to Query runtime metrics in a JVM
  14. musicman (musicman@nu.federati.net)'s status on Wednesday, 13-May-2020 10:57:18 EDT musicman musicman
    "Why the exporter is not written in GO ?

    Cassandra metrics are only available trought JMX, which in turn is only accessible with Java."

    The Go question is a bit eye-rolly, but I wonder if the answer is actually true.
    In conversation Wednesday, 13-May-2020 10:57:18 EDT from nu.federati.net permalink
  15. musicman (musicman@nu.federati.net)'s status on Wednesday, 13-May-2020 10:54:33 EDT musicman musicman
    • Nagios Unofficial
    Has anyone used https://github.com/criteo/cassandra_exporter by chance? !monitoring
    In conversation Wednesday, 13-May-2020 10:54:33 EDT from nu.federati.net permalink

    Attachments

    1. Invalid filename.
      criteo/cassandra_exporter
      from GitHub
      Apache Cassandra® metrics exporter for Prometheus. Contribute to criteo/cassandra_exporter development by creating an account on GitHub.
  16. musicman (musicman@nu.federati.net)'s status on Wednesday, 13-May-2020 10:52:04 EDT musicman musicman
    • GeniusMusing
    my experience is limited, but SPD seems a lot easier that Look. Look is what we have on our Peloton.

    The whole "clip" terminology is really weird since they call being clipped-in "clipless". I believe the clip must refer to something very specific and historical.
    In conversation Wednesday, 13-May-2020 10:52:04 EDT from nu.federati.net permalink
  17. musicman (musicman@nu.federati.net)'s status on Wednesday, 13-May-2020 10:42:58 EDT musicman musicman
    • Nagios Unofficial
    I have nagios, Prometheus, and Zabbix all installed. I am ready to be the !monitoring guy!

    At some point, I need to set up the #ElasticStack, #FluentD, and #Grafana, but Grafana in particular I don't see as a monitoring tool. It is a visualization tool. It is often in the stack with Prometheus, and I need to know it, but I don't see it as a priority. The priority is to get Prometheus monitoring my #Cassandra install.
    In conversation Wednesday, 13-May-2020 10:42:58 EDT from nu.federati.net permalink
  18. musicman (musicman@nu.federati.net)'s status on Wednesday, 13-May-2020 09:36:12 EDT musicman musicman
    • musicman
    for example, need to create a user before this grant command:

    # mysql -uroot -p
    password
    mysql> create database zabbix character set utf8 collate utf8_bin;
    mysql> grant all privileges on zabbix.* to zabbix@localhost identified by 'password';
    In conversation Wednesday, 13-May-2020 09:36:12 EDT from nu.federati.net permalink
  19. musicman (musicman@nu.federati.net)'s status on Tuesday, 12-May-2020 09:36:57 EDT musicman musicman
    https://saagarjha.com/blog/2020/05/10/why-we-at-famous-company-switched-to-hyped-technology/
    In conversation Tuesday, 12-May-2020 09:36:57 EDT from nu.federati.net permalink
  20. musicman (musicman@nu.federati.net)'s status on Friday, 24-Apr-2020 17:35:48 EDT musicman musicman
    in reply to
    • musicman
    so, the exam didn't go into any of the AKS, EKS, and GKE stuff...so that's good to know. Apparently, I'm proficient, which is nuts. I'm only 34% through the videos, so I guess I will keep on trucking to get that expert badge
    In conversation Friday, 24-Apr-2020 17:35:48 EDT from nu.federati.net permalink
  • After
  • Before
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.