-
-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add archlinux support #201
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
we need a solution to differ between the different package names on the different platforms (agent.pp). I also update the default params so that they work on every platform with sane defaults.
hey @dj-wasabi, would you mind taking a look? I tested the following setup which now works: $zabbix_server_ip = hiera('zabbix_server_ip')
$zabbix_agent_ip = hiera('zabbix_agent_ip', $ipaddr)
class { '::zabbix::agent':
manage_repo => $zabbix_manage_repo,
server => $zabbix_server_ip,
zabbix_package_state => 'latest',
zabbix_version => '2.4',
manage_resources => false,
serveractive => $zabbix_server_ip,
hostmetadata => $::thing_type,
listenip => $zabbix_agent_ip,
}
# basic check for puppet agent
zabbix::userparameters{'get_file_time.sh':
script => 'puppet:///modules/profiles/zabbix_userparams/get_file_time.sh',
} |
bastelfreak
force-pushed
the
add-archlinux
branch
from
April 8, 2016 12:14
32d0f0b
to
4a355c9
Compare
the current one, 2.4.0 is broken :(
hey, I did a few other adjustments here:
The pinning is needed to make the tests pass. All of theses changes are in seperate commits. If you want I can remove them again. |
You are amazing! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I'm currently setting up a new Arch Linux environment and would like to add support for it to this module. Only tested against Zabbix 3.0