Mike Nowak
Mike Nowak
I have a use case where a bunch of containers that I query via --containers all do not have healthchecks defined, this results in an UNKNOWN return. This PR adds...
Hi @snar I'd like to add support for Vyatta, VyOS and EdgeOS. The below is my first attempt at it - ~~~it currently only supports prefix-list generation.~~~ ~~~I will add...
Currently when responding to messages via helpdesk the 'Re:' is appended by the following piece of code ``` $message['subject'] = 'Re: '.$reply['subject']; ``` However, it the message has been exchanged...