Comparison Operators

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mbowden
Posts: 93
Joined: Thu May 03, 2012 3:52 pm

Comparison Operators

Post by mbowden »

I have a service that checks to see if the service "puppet" is running on a windows machine (64 bit). This check works fine. However we have a bunch of 32 bit machines in which the service is referred to as "pe-puppet" is there a way to have the same service using the "check_xi_service_nsclient command to check if either service is running without writing a custom check?
You do not have the required permissions to view the files attached to this post.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Comparison Operators

Post by tmcdonald »

You can do "-l service1,service2,servic3" etc to specify multiples. However depending on the logic, you might just need to have a separate check for the 32-bit.
Former Nagios employee
Locked