Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atmos/keepalived_dot_conf
Parsing keepalived's configuration for reading and writing
https://github.com/atmos/keepalived_dot_conf
Last synced: 3 months ago
JSON representation
Parsing keepalived's configuration for reading and writing
- Host: GitHub
- URL: https://github.com/atmos/keepalived_dot_conf
- Owner: atmos
- License: mit
- Created: 2008-06-28T19:52:42.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2008-10-15T01:12:25.000Z (about 16 years ago)
- Last Synced: 2024-04-15T13:59:34.582Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 90.8 KB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
keepalived_dot_conf
===================A gem that provides parsing of keepalived's config file
usage
=====mpro% irb
>> require 'lib/keepalived_dot_conf'
=> true
>> require 'pp'
=> true
>> pp KeepAlived::Parser.new.parse(File.read("spec/fixtures/keepalived.conf")).eval({})[:virtual_servers].first
#,
@virtualhost=nil>
=> nil