Fixes:
- Path instance_eval() a filename
CLI:
- Support any Naginatafile location other than cwd
- Add --naginatafile CLI option and NAGINATAFILE environment variable
- Naginatafile can be located at ~/.naginata/Naginatafile or /etc/Naginatafile
Fixes:
- Remove the params examples of nagios_server dsl from the template
CLI:
- Print version number
- Add naginata activecheck subcommand
Fixes:
- Run commands on login user if run_command_as is not set
CLI:
- Add shorter aliases -N for --nagios option
- Add -w option wide output for hosts and services view
Fixes:
- Filter nagios servers before loading cached status file
Fixes:
- Fix uninitialized constant Naginata (NameError)
Enhancement:
- Add tests to evaluate command execution output and behavior
- List hosts and their services and status
Enhancement:
- Introduce
naginata init
Fixes:
- --dry-run was broken
- First release