Quotation Marks in Nagios CCM
Posted: Wed Jul 09, 2014 12:12 pm
Hello all!
I'm looking to get some help. Maybe I'm missing something. I purchased Nagios Core Student Edition. I am using the built in CCM editor to add a service. This is the command I must run. It checks the status of a process running on a Windows file server.
I have set up a template like the following...

When I save, then go back to edit it, this is what it looks like...

It doesn't seem to like quotation marks.
I know I could manually edit the config file, and add the services in like such but I wanted to avoid that if possible. Any suggestions?
I'm looking to get some help. Maybe I'm missing something. I purchased Nagios Core Student Edition. I am using the built in CCM editor to add a service. This is the command I must run. It checks the status of a process running on a Windows file server.
Code: Select all
check_nt -H $HOSTADDRESS$ -p 12489 -v PROCSTATE-d SHOWALL -l "Folder Watcher.exe"When I save, then go back to edit it, this is what it looks like...
It doesn't seem to like quotation marks.
I know I could manually edit the config file, and add the services in like such
Code: Select all
check_nt!PROCSTATE!-d SHOWALL -l "Folder Watcher.exe"