Aw: Re: Service name with whitespace
"Robert Ehrenleitner" <[email protected]>
| Newsgroups | gmane.comp.monitoring.monit.general |
|---|---|
| Message-ID | <trinity-bb4f99f2-e0f0-4602-a20c-db1e4900d87c-1561717616561@3c-app-gmx-bs27> |
Hello, Jan-Henrik, not escaping/unescaping URLs is very lazy. Could this be fixed? Kind regards, rexkogitans Gesendet: Donnerstag, 27. Juni 2019 um 01:27 Uhr Von: "Jan-Henrik Haukeland" <[email protected]> An: "This is the general mailing list for monit" <[email protected]> Betreff: Re: Service name with whitespace The service name is used in the URL when looking at a service details page in the web-ui. The name therefor has to consist of URL safe chars. Since we don’t do URL escaping and unescaping between web-ui and internals, space is not allowed in a service name. Using punctuation chars like underscore, hyphen or dot are good choices. Jan-Henrik > On 26 Jun 2019, at 15:06, Ron Kelley <[email protected]> wrote: > > …doesn’t answer your question directly, but I use underscores in place of spaces. Like this “check host “Test_Host”. > > > >> On Jun 26, 2019, at 8:35 AM, Robert Ehrenleitner <[email protected]> wrote: >> >> Hello, >> >> I just tried to give a service a somewhat more legible name containing a whitespace and realised that it is not allowed: >> >> check host "Test Host" host with address 192.168.10.140 >> if failed ping then alert >> >> When reloading monit, it says: >> >> /etc/monit.d/test.conf:1: unbalanced quotes '"' >> /etc/monit.d/test.conf:1: syntax error 'Host' >> >> Same with single quotes. >> >> How can I insert a whitespace into a service name? >> >> Kind regards, >> rexkogitans >> >> -- >> To unsubscribe: >> https://lists.nongnu.org/mailman/listinfo/monit-general > > -- > To unsubscribe: > https://lists.nongnu.org/mailman/listinfo/monit-general -- To unsubscribe: https://lists.nongnu.org/mailman/listinfo/monit-general -- To unsubscribe: https://lists.nongnu.org/mailman/listinfo/monit-general