Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does MachineName accept IP Address?? #69

Open
gwesterfieldjr opened this issue Jan 22, 2019 · 2 comments
Open

Does MachineName accept IP Address?? #69

gwesterfieldjr opened this issue Jan 22, 2019 · 2 comments

Comments

@gwesterfieldjr
Copy link

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
Copy link
Author

gwesterfieldjr commented Jan 22, 2019

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" > <MachineName>10.152.177.44</MachineName> <CategoryName>System</CategoryName> <CounterName>*</CounterName> </Counter> </CounterGroup> </CounterGroups> </Influx-Capacitor>

@poxet
Copy link
Owner

poxet commented Jan 29, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants