Comparing Two Counters

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
sav2880
Posts: 60
Joined: Tue Mar 13, 2012 8:24 am

Comparing Two Counters

Post by sav2880 »

Question. Is there an easy way to use any sort of check in Nagios to compare two counters to make sure they are the same? I want to make sure on my SQL Server that the Total Server Memory and the Target Server Memory numbers are the same, and want to trigger an alert when they are not. I'm using XI, so can set this up either in the core environment or the XI GUI.

Thanks!
User avatar
jsmurphy
Posts: 989
Joined: Wed Aug 18, 2010 9:46 pm

Re: Comparing Two Counters

Post by jsmurphy »

Not within Nagios itself... you would probably want to create a wrapper script that did the comparison and use that.
Locked