Hi!
I think I found another bug. Nagios::Plugin does not allow spaces in section names.
If you change
if ($extopts =~ m/^(\w*)@(.*?)\s*$/) {
To
if ($extopts =~ m/^(.*?)@(.*?)\s*$/) {
In Getopt.pm, sections with spaces will work.
-- Stephan
Fri Aug 23 03:42:47 2013holger [...] jhweiss.de - Correspondence added
RT-Send-CC:
me [...] g0hl1n.net
This has been fixed in Git by Richard Leitner.
Thanks!
Fri Aug 23 03:42:48 2013The RT System itself - Status changed from 'new' to 'open'
Fri Aug 23 03:42:48 2013holger [...] jhweiss.de - Status changed from 'open' to 'resolved'