Age | Commit message (Expand) | Author |
2014-02-28 | Remove useless initialization | Saku Ytti |
2014-02-28 | Rescue all StandardError from modules | Saku Ytti |
2014-02-27 | Slightly less ugly nodes page | Saku Ytti |
2014-02-27 | Redirect / to /nodes | Saku Ytti |
2014-02-27 | Switch to syslog instead of file | Saku Ytti |
2014-02-26 | Switch OpenStruct#to_h to #marshal_dump for 1.9 | Saku Ytti |
2014-02-25 | Fix crashes on missing config | Saku Ytti |
2014-02-25 | Remove Mutex#owned? It is incompatible with 1.9.3 | Saku Ytti |
2014-02-23 | Fix sleep and return ability to not run rest/web | Saku Ytti |
2014-02-23 | Migrate to sinatra/puma from webrick | Saku Ytti |
2014-02-20 | Figure out which parent class we rescued | Saku Ytti |
2014-02-10 | Handle exceptions with different log levels | Saku Ytti |
2014-02-07 | Add AOS (ALU OmniSwitch) support | Saku Ytti |
2014-02-07 | Ignore ssh keys, change input exceptions | Saku Ytti |
2013-10-26 | set group to nil if no group is defined | nopedial |
2013-10-26 | fix logic | nopedial |
2013-10-26 | cleanup ascii API output | nopedial |
2013-10-26 | clean ascii API output | nopedial |
2013-10-26 | add primitive plain ascii API output support | nopedial |
2013-10-26 | add fetch API to git output | nopedial |
2013-10-25 | Fix fetch method | Saku Ytti |
2013-10-24 | Merge https://github.com/p-sherratt/oxidized work | Saku Ytti |
2013-10-23 | finalize fetch API call | nopedial |
2013-10-15 | Update file.rb | Samer Abdel-Hafez |
2013-10-15 | fix fetch search and broken output | nopedial |
2013-10-15 | enhance fetch support | nopedial |
2013-10-14 | implement fetch into output model | nopedial |
2013-10-10 | add check and rescue for fetch params | nopedial |
2013-10-10 | primitive ascii configuration fetch API | nopedial |
2013-09-06 | more errors to rescue from | Paul Sherratt |
2013-09-05 | filter mpls te bandwidth line from config if auto-bw is configured, and alway... | p-sherratt |
2013-05-12 | add rescue for Errno::EHOSTUNREACH in input/ssh.rb | nopedial |
2013-05-12 | models enhance | nopedial |
2013-05-01 | Net::ReadTimeout is ruby 2.0.0 specific | Saku Ytti |
2013-05-01 | add latest changes | Samer Abdel-Hafez |
2013-05-01 | Add Model#expect, support block at post/pre config | Saku Ytti |
2013-04-29 | Fix README.md and add cmd to powerconnect model | Samer Abdel-Hafez |
2013-04-29 | Catch 'Errno::ECONNRESET' in Telnet#cmd | Saku Ytti |
2013-04-27 | Add models and README.md | nopedial |
2013-04-27 | Fix connction reset on disconnect | Saku Ytti |
2013-04-27 | Fix timeout on receiving command from input | Saku Ytti |
2013-04-26 | 1.9/2.0 compatibility fix + syslogd cleanup | Saku Ytti |
2013-04-26 | Fix: telnet exceptions, broken json/ext, typo | Saku Ytti |
2013-04-24 | Remove Sequel model | Saku Ytti |
2013-04-24 | Remove useless aliases | Saku Ytti |
2013-04-21 | Dont reimplement 'cmd', call #cmd from #get | Saku Ytti |
2013-04-21 | run Model::cmd(:all) for Model#cmd as well | Saku Ytti |
2013-04-21 | Run 'main' method if it exists | Saku Ytti |
2013-04-21 | rename 'update' to 'store' | Saku Ytti |
2013-04-21 | Add input method fallback, e.g. if ssh does not work, try telnet | Saku Ytti |