<div>Is there a way to have nagiosgrapher (<a href="http://www.nagiosexchange.org/Charts.42.0.html?&tx_netnagext_pi1%5Bp_view%5D=195">http://www.nagiosexchange.org/Charts.42.0.html?&tx_netnagext_pi1%5Bp_view%5D=195
</a>) not use regex to match the service_name in its ngraph.cfg? I have several services that start with:</div>
<div> </div>
<div>Dsk: /prod</div>
<div> </div>
<div>(such as Dsk: /prod/pl , Dsk: /prod/home , etc)</div>
<div> </div>
<div>When viewing the ngraph.log, it saves values for those other variables related to the other services.</div>
<div> </div>
<div>Also, when viewing the graphs, they are messed up by having duplicate legends at the bottom, etc.</div>
<div> </div>
<div>I could go in to more detail if necessary but I just need to know which lines in which scripts (collect2.pl?) to change so that it only matches on a full match instead of regex *servicename*.</div>
<div> </div>
<div>From the documentation:</div>
<div>=====</div>
<div>- service_name<br>With the help of this regexp/part NagiosGRapher will identify the individual<br>services. eg. "lx-procs" will match on "lx-procs", "lx-procs samba", <br>"all lx-procs", ...
</div>
<p>If you need trailling spaces in the service name, add a dollar sing:</p>
<p>    service_name                special_service  $<br>    <br>Otherwise the names will be right trimmed.</p>
<div>=====<br clear="all"></div>
<div>I don't want regex, just full match. Please let me know if this is possible, and where to do it, or let me know a better way to put my services in ngraph.cfg.</div>
<div> </div>
<div>Thanks!</div>
<div><br>-- <br>Christopher House<br><a href="mailto:chouse@gmail.com">chouse@gmail.com</a> </div>