Dmytro Kovalov (uk: Дмитро Ковальов)

Results 12 issues of Dmytro Kovalov (uk: Дмитро Ковальов)

https://travis-ci.org/dmytro/nagira/jobs/3769887 $ rvm use rbx-19mode Using /home/travis/.rvm/gems/rbx-head-d19 $ ruby --version rubinius 2.0.0rc1 (1.9.3 release 2012-11-02 JI) [i686-pc-linux-gnu] $ gem --version 1.8.24 .... $ bundle exec rspec spec ....F.F.F.F........................................................................................

bug
testing

Namespace cleanup - for all attributes, used in Nagios, their names should correspond to variable names in code. For example: hostname -> to host_name, etc

base
chore

Need to add switch to /etc/init.d/nagira to run tests, similar to Nagios -v flag.

feature request
debug
testing

[root@nagios log]# service nagira start Starting Sinatra Nagira services: sherlock not found [root@nagios log]# sherlock OS=Linux MACH=x86_64 KERNEL=2.6.18-308.el5 DISTRIBUTION=redhat FAMILY=rh DERIVATIVE=centos RELEASE=5.8 [root@nagios log]# /etc/init.d/nagira start Starting Sinatra Nagira services:...

bug

https://travis-ci.org/dmytro/nagira/jobs/5522168 ``` Installing rack-test (0.6.2) Installing redcarpet (2.2.2) Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. /home/travis/.rvm/rubies/jruby-1.7.3-d19/bin/jruby extconf.rb NotImplementedError: C extension support is not enabled. Pass -Xcext.enabled=true to JRuby or...

testing
chore
priority - lo

https://travis-ci.org/dmytro/nagira/jobs/5522395 ``` Installing sinatra (1.3.5) Psych::SyntaxError: (): 'reader' unacceptable character '‚' (0x82) special characters are not allowed in "'reader'", position 278 at line 0 column 0 An error occurred while...

testing
chore

In app.rb, Parse nagios files ``` ## # TODO: This stuff breaks XML valid. Will have to wait. # # idx = 0 # @status.keys.uniq.each do |hostname| # @status[idx] =...

API
feature request
priority - norm

Add test scenarios for testing: - ttl expired - ttl parsing with BG parser - BG parser and user request

testing
chore
priority - lo

Add testing for init script installation

testing
chore
priority - norm

Have an alias route /_host_status, which should be the same as /_status, but it's not implemented.

API
feature request