Mac OS X 10.8.3 machine and I am trying to monitor a service with two words in the name.
I am not having problems monitoring a single word service like "Mail" but when I try and service like "FileMaker Pro" I get the error Unknown argument PRO.
Since this is UNIX i tried putting "\ /" between the words but didn't seem to work.
Monitoring a two word service
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: Monitoring a two word service
Have you tried singled and double quotes? What types of plugins/remote executor are you using?
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
-
digitalbennu
- Posts: 20
- Joined: Fri Apr 19, 2013 10:46 am
Re: Monitoring a two word service
I figured this one out....So to monitor something like FileMaker Pro which in the service list shows as 'FileMaker Pro" you need to introduce ' between the words....So FileMaker Pro becomes 'FileMaker' 'Pro'
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Monitoring a two word service
Correct, that is the format that must be used. Glad to see you got it!