First off. I know SQL 2000 is no longer supported. If were up to me we'd be on newer technology, but there it is.
We want to setup a query to grab replication status of each database we host and use that data in our network monitor software to send out alerts if replication fails for any reason. In SQL2005 or newer we'd just use sp_replmonitorhelppublication but that stored procedure does not exist on SQL2000. So far all my Googling keeps bringing up sp_replmonitorhelppublication which isn't much help.
Has anyone done this with SQL2000 or know of a way to do this?