Back to Geneos FAQ

Netprobes are greyed out in Active Console

Depending on its state, the Netprobe icon is displayed in four different colours: grey, green, amber, and red.

Netprobe icon colours

Problem Copied

Netprobes are greyed out in Active Console.

Possible causes Copied

Possible solutions Copied

In general, data items such as a Netprobe show the following icons when there is an error:

Meaning Icon Description

| Disconnected | Disconnected icon | Data item where this is published from is disconnected. |

| Error | Error icon | Item has a general error. More information is available through its Properties dialog. |

| Unreachable | Unreachable icon | Geneos components (Gateway or Netprobe) on which the data item sits (or is published from) are unreachable. Usually, this means that the host on which the component runs is unreachable. |

| License Warning | License Warning icon | Component’s licence is expired. |

| Rejected | Rejected icon | Connection to this item is rejected. |

| Suspended | Suspended icon | Connection to this item is temporarily suspended. |

| Waiting | Waiting icon | Waiting for a response from the data item. |

You can also hover over the Netprobe to see more details.

Netprobe details

Check the connection from the Gateway host to the Netprobe host using telnet, ncat, cURL, or any of your preferred network tools. If you cannot connect, check with your network and sysadmin team regarding the connection issue.

[sandbox@EU-GATEWAY-HOST ~]$ telnet 152.24.55.65 7036
Trying 152.24.55.65...
Connected to 152.24.55.65.
[sandbox@EU-GATEWAY-HOST ~]$ nc -zv 152.24.55.65 7036
Ncat: Connected to 152.24.55.65:7036.
[sandbox@EU-GATEWAY-HOST ~]$ curl -v 152.24.55.65:7036
- Connected to 152.24.55.65 (152.24.55.65) port 7036 (#0)

On a Windows host, check if the Netprobe service is running by going to Windows Services. The service should be running. If not, start the service. Collect the Netprobe log to investigate why the service stopped.

Netprobes are greyed out in Active Console

On Linux and other platforms, check if the Netprobe process is up by using the ps tool (for example, ps -ef | grep -ia netprobe). If you cannot see the process, go to the Netprobe directory and use the Netprobe startup script to start the Netprobe. Collect the Netprobe log to investigate why the process stopped.

[sandbox@EU-GATEWAY-HOST ~]$ ps -ef | grep netprobe.linux_64
netprobe-user 2150534 2148289 0 07:05 pts/0 00:00:00 ./netprobe.linux_64

Follow the Netprobe is not started steps above and start the Netprobe. Collect the Netprobe log and the crash dump to investigate the cause of the crash.

No rules are triggered on the Netprobe component or its children, but a rule can still exist. The severity is Undefined. If you expect a certain severity (colour) on the Netprobe icon, check the rule that you created to confirm that you supplied the correct XPath.

["Geneos"] ["Geneos > Netprobe"] ["FAQ"]

Was this topic helpful?