Influx-Capacitor icon indicating copy to clipboard operation
Influx-Capacitor copied to clipboard

Does MachineName accept IP Address??

Open gwesterfieldjr opened this issue 6 years ago • 2 comments

I am trying to monitor remote machine. I am passing IP Address as the MachineName in my configuration file. But it does not seem to collect the counters from the remote machine. Also, I am not joined to domain. Do the machine need to be on same domain??

gwesterfieldjr avatar Jan 22 '19 01:01 gwesterfieldjr

this is my config file contents

<Influx-Capacitor> <CounterGroups> <CounterGroup Name="Memory" SecondsInterval="10"> <Counter> <MachineName>10.152.177.44</MachineName> <CategoryName>Memory</CategoryName> <CounterName>*</CounterName> </Counter> </CounterGroup> <CounterGroup Name="Processor" SecondsInterval="10" > <Counter> <MachineName>10.152.177.44</MachineName> <CategoryName>Processor</CategoryName> <CounterName>*</CounterName> <InstanceName>*</InstanceName> </Counter> </CounterGroup> <CounterGroup Name="Process" SecondsInterval="10" RefreshInstanceInterval="1"> <Counter> <MachineName>10.152.177.44</MachineName> <CategoryName>Process</CategoryName> <CounterName>*</CounterName> <InstanceName>*</InstanceName> </Counter> </CounterGroup> <CounterGroup Name="PhysicalDisk" SecondsInterval="10" > <Counter> <MachineName>10.152.177.44</MachineName> <CategoryName>PhysicalDisk</CategoryName> <CounterName>*</CounterName> <InstanceName>*</InstanceName> </Counter> </CounterGroup> <CounterGroup Name="System" SecondsInterval="10" > <Counter> <MachineName>10.152.177.44</MachineName> <CategoryName>System</CategoryName> <CounterName>*</CounterName> </Counter> </CounterGroup> </CounterGroups> </Influx-Capacitor>

gwesterfieldjr avatar Jan 22 '19 01:01 gwesterfieldjr

I am not sure about that, I never tried to collect data from a remote machine outside the domain. But, remotes machines should work.

/Daniel

Den tis 22 jan. 2019 kl 02:49 skrev Greg Westerfield, Jr. < [email protected]>:

I am trying to monitor remote machine. I am passing IP Address as the MachineName in my configuration file. But it does not seem to collect the counters from the remote machine. Also, I am not joined to domain. Do the machine need to be on same domain??

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/poxet/Influx-Capacitor/issues/69, or mute the thread https://github.com/notifications/unsubscribe-auth/ABvOkKe2wyGZGkhamKBF46-87avTCn1Bks5vFm4ngaJpZM4aLxzp .

-- You should encrypt all your messages now! Download https://docs.google.com/file/d/0BzGjGlELzf8ATW9lM2tCMU1GZkU/edit?usp=sharing my public PGP key.

poxet avatar Jan 29 '19 00:01 poxet