<html><head><style type='text/css'>body { font-family: 'Times New Roman'; font-size: 12pt; color: #000000}</style></head><body>&gt;I was just thinking about the case when you run Nagios on another<br>&gt;machine. &nbsp;Here at Mozilla we have a few machines that do Nagios checks<br>&gt;in the different data centers and then those are sent up to the<br>&gt;central Nagios server which does the alerting and such. &nbsp;We don't use<br>&gt;MogileFS, but if we did, it wouldn't be installed on the machines that<br>&gt;do the checks.<br><br>I saw a presentation about something like this at the last LISA conference.&nbsp; Pretty awesome, but luckily I don't have to support that yet. :)&nbsp; This is just a local NRPE plugin that we use so what I'm doing is putting the script on each tracker and then just specifying 'localhost:7001' to test each individually.&nbsp; I guess script should say 'tracker' instead of 'trackers' as that's how I'm using it.<br><br>I haven't really looked at the MogileFS code too much, but I wasn't sure if having one tracker down out of three would cause any problems.&nbsp; We're using an older PHP class that somebody submitted to PEAR a long time ago and I'm pretty sure that it takes the string of trackers and randomly selects one and then contacts Mogile.&nbsp; If this is the case then one bad tracker could cause problems.&nbsp; I could also be wrong with that and it might hand off the tracker selection to Mogile where it will skip down trackers and move on.&nbsp; Again, I'm not sure if Mogile does this for you or not.<br><br>--Justin<br></body></html>