Sten Spans

Results 9 issues of Sten Spans

Move various paths to attributes and uses these for source and package installs. This cleanup makes it possible to manage collectd.conf for package installs. This fixes issue #66

The packages recipe doesn't manage collectd.conf or the conf.d directory. I'll try to submit a pull-request to resolve this.

Currently there are two socketpairs, one used for requests and one for messages. These can be merged and switched over to openbsd's imsg. This will require major refactoring of the...

enhancement

Hello, There is only one implementation of an LLTD responder for Linux (provided by Microsoft, buggy and lacking in features) and none for FreeBSD and I believe it would be...

enhancement

The current model isn't very flexible and doesn't meet the lldp(-med) requirements. With the new child_send it now is possible to generate packets for individual interfaces, which in turn makes...

Yum package versioning is busted because epoch is not used ## Expected Behavior The expected sensu version is installed. ## Current Behavior When upgrading to chef 14, the symptom is...

### Cookbook version Latest ### Platform Details CentOS 7 ### Scenario: The nagios command_file is partially managed via the packaged systemd service ``` > grep cmd /usr/lib/systemd/system/nagios.service ExecStopPost=/usr/bin/rm -f /var/spool/nagios/cmd/nagios.cmd...

Bug
hacktoberfest

The limit directive in firewalld can either be used to limit logging - or - to limit matches. The default in resources/rich_rule.rb disables logging, but enables the limit. This results...