Is anyone monitoring DFSR backlog successfully?
Posted: Mon Apr 13, 2015 11:35 am
We are trying to monitor our DFSR backlog but can't seem to get the plugin from the Nagios Exchange working (Microsoft DFS Monitor; http://exchange.nagios.org/directory/Ad ... or/details). Running the script returns a backlog of 0 every time even when we just enter a bunch of random characters for the variables.
To test we are trying to run the winexe command contained in the check script (with the necessary variables supplied manually) and can't make it work. Here is the command being used:
Every time it returns the following error:
We can successfully run simple commands such as hostname and ipconfig through winexe but not the dfsrdiag backlog command. It does not seem to be an authentication problem as that returns a different error (Failed to open connection - NT_STATUS_LOGON_FAILURE).
Has anyone had any success with this plugin to work or come up with an alternative means of monitoring DFSR backlog?
Thanks in advance to all.
To test we are trying to run the winexe command contained in the check script (with the necessary variables supplied manually) and can't make it work. Here is the command being used:
Code: Select all
/usr/local/bin/winexe -U DOMAIN/administrator%password //DFSSVR "dfsrdiag backlog /receivingmember:RSVR /sendingmember:SSVR /rgname:REPLG /rfname:REPLF"Code: Select all
[winexe/winexe.c:225:on_ctrl_pipe_read()] Error: error Creating process(dfsrdiag backlog /receivingmember:RSVR /sendingmember:SSVR /rgname:REPLG /rfname:REPLF) 2Has anyone had any success with this plugin to work or come up with an alternative means of monitoring DFSR backlog?
Thanks in advance to all.