You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage jaeger-query-1.53.0-1.lbn36.x86_64
jaeger-query serves the API endpoints and a React/Javascript UI. The service is stateless and is typically run behind a load balancer
RPMPackage jaeger-ingester-1.53.0-1.lbn36.x86_64
jaeger-ingester is a service which reads span data from Kafka topic and writes it to another storage backend (Elasticsearch or Cassandra).
RPMPackage jaeger-collector-1.53.0-1.lbn36.x86_64
The collectors are stateless and thus many instances of jaeger-collector can be run in parallel. Collectors require almost no configuration, except for the location of Cassandra cluster, via --cassandra.keyspace and --cassandra.servers options, or the location of Elasticsearch cluster, via --es.server-urls, depending on which storage is specified.
RPMPackage jaeger-all-in-one-1.53.0-1.lbn36.x86_64
 
RPMPackage jaeger-agent-1.53.0-1.lbn36.x86_64
Jaeger client libraries expect jaeger-agent process to run locally on each host. The agents can connect point to point to a single collector address, which could be load balanced by another infrastructure component (e.g. DNS) across multiple collectors. The agent can also be configured with a static list of collector addresses.
RPMPackage jaeger-1.53.0-1.lbn36.x86_64
Jaeger, inspired by Dapper and OpenZipkin, is a distributed tracing system released as open source by Uber Technologies.
RPMPackage cuemon-1.1.0-1.lbn36.x86_64
cuemon is a tool for managing Grafana dashboards and panels using CUE language modules. It provides functionality for bootstrapping and updating monitoring configurations by converting Grafana JSON dashboards and panels into CUE format.
RPMPackage cue-0.12.0-1.lbn36.x86_64
CUE makes it easy to validate data, write schemas, and ensure configurations align with policies. CUE works with a wide range of tools and formats that you're already using such as Go, JSON, YAML, OpenAPI, and JSON Schema.
RPMPackage chefbrowser-0.1.7-1.lbn36.x86_64
A simple read-only web application for browsing objects on a Chef Infra Server (or Cinc Server).
RPMPackage bacula-director-rdbms-15.0.3-1.lbn36.x86_64
Bacula Director RDBMS scripts are packaged separately as they most probably require to be run directly on a (remote) RDBMS server
RPMPackage python-selenium-manager-0.0.2-1.lbn36.noarch
Selenium Manager is a CLI tool. Therefore, under the hood, the Selenium bindings call Selenium Manager by invoking shell commands. Like any other CLI tool, arguments can be used to specify specific capabilities in Selenium Manager This is a stand-in for Python/Selenium's interace (selenium/webdriver/common/selenium_manager.py)
RPMPackage salt-syndic-3007.1-2.lbn36.noarch
The Salt syndic is a master daemon which can receive instruction from a higher-level master, allowing for tiered organization of your Salt infrastructure. Supports Python 3.
RPMPackage salt-ssh-3007.1-2.lbn36.noarch
The salt-ssh tool can run remote execution functions and states without the use of an agent (salt-minion) service. Supports Python 3.
RPMPackage salt-minion-3007.1-2.lbn36.noarch
The Salt minion is the agent component of Salt. It listens for instructions from the master, runs jobs, and returns results back to the master. Supports Python 3.
RPMPackage salt-master-3007.1-2.lbn36.noarch
The Salt master is the central server to which all minions connect. Supports Python 3.
RPMPackage salt-lint-0.9.2-7.lbn36.noarch
salt-lint checks Salt State files (SLS) for best practices and behavior that could potentially be improved.
RPMPackage salt-cloud-3007.1-2.lbn36.noarch
The salt-cloud tool provisions new cloud VMs, installs salt-minion on them, and adds them to the master's collection of controllable minions. Supports Python 3.
RPMPackage salt-api-3007.1-2.lbn36.noarch
salt-api provides a REST interface to the Salt master. Supports Python 3.
RPMPackage salt-3007.1-2.lbn36.noarch
Salt is a distributed remote execution system used to execute commands and query data. It was developed in order to bring the best solutions found in the world of remote execution together and make them better, faster and more malleable. Salt accomplishes this via its ability to handle larger loads of information, and not just dozens, but hundreds or even thousands of individual servers, handle them quickly and through a simple and manageable interface.
RPMPackage python3-timelib-0.3.0-7.lbn36.x86_64
timelib is a short wrapper around php's internal timelib module. It currently only provides a few functions:timelib.strtodatetime:>>> timelib.strtodatetime("today") datetime.datetime(2009, 6, 23, 0, 0) >>> timelib.strtodatetime("today") datetime.datetime(2009, 6, 23, 0, 0) >>> timelib.strtodatetime("next friday") datetime.datetime(2009, 6, 26, 0, 0) >>> timelib.strtodatetime("29 feb 2008 -108...