Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2016-08-12 | Merge pull request #18 from dud225/patch-1 | Daniel Friesel | -1/+1 | |
End commandline with a newline | ||||
2016-08-12 | End commandline with a newline | Hervé | -1/+1 | |
Due to a [recent change](https://github.com/Icinga/icinga2/commit/0a6505ce2d778d46863345ad7b457cbe911a3176#diff-41f5f9b62fd89e63b82e66bbe76c0e73R121) in Icinga, commands passed through the external command listener are read by _readline_ so that's mean they have to be ended by a newline. | ||||
2014-11-12 | icli: json support: long plugin output and performance data are not ↵ | Daniel Friesel | -2/+4 | |
available at the moment | ||||
2014-11-09 | json api: support -lh | Daniel Friesel | -1/+4 | |
2014-11-09 | basic JSON API support (icinga Classic UI). Only for -ls and optional -v at ↵ | Daniel Friesel | -3/+168 | |
the moment | ||||
2014-07-11 | apply -U to -lq as well | Daniel Friesel | -6/+15 | |
2014-07-10 | support -U $foo with -lh | Daniel Friesel | -3/+22 | |
2014-07-10 | fix uninitialized value when host/service has empty contactgroups list | Daniel Friesel | -5/+12 | |
2014-06-19 | minor code cleanup | Daniel Friesel | -10/+10 | |
2014-06-13 | version bump0.48 | Daniel Friesel | -5/+5 | |
2014-06-13 | Determine system timezone using DateTime::Timezone | Daniel Friesel | -9/+14 | |
2014-06-13 | icli: remove debug output | Daniel Friesel | -1/+0 | |
2014-06-13 | rename dist to App::Icli to avoid CPAN namespace conflicts | Daniel Friesel | -2/+1 | |
2014-06-12 | show service comments when using -vvv | Daniel Friesel | -4/+17 | |
2014-06-06 | icli -ld: Do not crash when no host / service downtimes are present | Daniel Friesel | -2/+2 | |
2014-06-02 | -ld: support -vv / -vvv | Daniel Friesel | -25/+72 | |
2014-06-02 | -ld: Print "no {host/service} downtimes" instead of an empty list | Daniel Friesel | -19/+29 | |
2014-06-01 | -ld: improve output format. TODO: -vv and -vvv | Daniel Friesel | -6/+31 | |
2014-06-01 | update synopsis | Daniel Friesel | -2/+2 | |
2014-06-01 | parse hours/minutes/days in duration field | Daniel Friesel | -4/+28 | |
2014-06-01 | -ld: show service downtimes as well | Daniel Friesel | -1/+13 | |
2014-05-31 | support downtime scheduling | Daniel Friesel | -12/+103 | |
still needs some polishing, this will follow later | ||||
2014-05-31 | move external command functions into action_on_host / action_on_service | Daniel Friesel | -45/+30 | |
2014-05-31 | icli: Use generic -a/--action option for actions | Daniel Friesel | -89/+128 | |
2014-05-29 | actual version bump0.47 | Daniel Friesel | -1/+57 | |
2014-05-24 | version bump | Daniel Friesel | -5/+5 | |
2014-05-15 | Build.PL: Try icinga2 paths first, default to icinga1 | Daniel Friesel | -12/+48 | |
2014-05-13 | Fix -lh not showing serviceless hosts (closes #14) | Daniel Friesel | -2/+3 | |
2014-05-12 | support --force-recheck with single host arguments (no services) | Daniel Friesel | -0/+12 | |
2014-05-12 | do not require --recheck when --force-recheck is used | Daniel Friesel | -1/+2 | |
2014-01-25 | Do not throw warning when encountering an empty contact group | Daniel Friesel | -1/+2 | |
2013-11-01 | Add hostdependency to the skipped objects | Philipp Grau | -1/+1 | |
2013-10-01 | Build.PL: specify M::B version | Daniel Friesel | -1/+1 | |
2013-10-01 | Changelog | Daniel Friesel | -0/+6 | |
2013-09-30 | remove autodie, print helpful error messages if a file can't be opened | Daniel Friesel | -9/+15 | |
2013-09-30 | code cleanup | Daniel Friesel | -69/+70 | |
2013-09-30 | allow build-time specification of icinga paths | Daniel Friesel | -14/+86 | |
2013-09-29 | version bump0.46 | Daniel Friesel | -3/+7 | |
2013-09-29 | Use POSIX::strftime instead of Date::Format for better portability | Daniel Friesel | -6/+3 | |
2013-09-20 | --overview: also show pending hosts | Daniel Friesel | -18/+40 | |
2013-09-20 | add p filter, fix !o matching pending services | Daniel Friesel | -1/+12 | |
2013-09-17 | sign builds | Daniel Friesel | -0/+1 | |
2013-09-17 | Release v0.450.45 | Daniel Friesel | -3/+4 | |
2013-09-05 | fix smartmatch warnings on perl >= 5.018 | Daniel Friesel | -0/+2 | |
2013-06-03 | Ignore serviceescalation field in the icinga status.dat | Reik Keutterling | -1/+2 | |
2013-06-03 | README: homelinux.org is obsolete | Daniel Friesel | -1/+1 | |
2013-05-31 | Fix -zN and -z!N not working | Daniel Friesel | -0/+6 | |
2013-03-16 | version bump0.44 | Daniel Friesel | -2/+8 | |
2013-03-14 | Merge pull request #9 from formorer/master | Daniel Friesel | -1/+1 | |
Fix warning about unknown field in status.dat | ||||
2013-03-14 | Ignore module field in status.dat | Alexander Wirt | -1/+1 | |