Skip to main content

Discovery Profile in ObserveOps

A Discovery Profile tells ObserveOps where to look for devices and how to reach them. When you run a discovery, ObserveOps scans the addresses you specify, connects using the credential profile you assign, and builds a list of reachable devices you can then provision as monitors.

Use this screen when you're adding new devices to monitoring, expanding coverage to a new subnet, or scheduling recurring discovery runs to automatically pick up new infrastructure.

Go to Menu. Select Settings Settings icon. Select Discovery Settings Discovery settings icon. Select Discovery Profile. The Discovery Profile screen opens.

Discovery Profile screen showing the grid list of existing discovery profiles with name, type, status, and actions columns

What the Screen Shows

Each row in the Discovery Profile grid shows one saved discovery profile.

ColumnWhat It ShowsWhen to Use It
Discovery Profile NameThe name you gave the profileIdentify which profile to edit or re-run
IP / Host / IP Range / CIDR / CSVThe address or address range this profile scansConfirm the scope of a discovery before running it
TypeThe device category: Server, Network, Cloud, Virtualization, and so onFilter and find profiles for a specific infrastructure type
Discovered ObjectsThe count of devices found during the last successful runCheck after a run to confirm how many devices were found
StatusThe timestamp and result of the last discovery runQuickly see whether the last run succeeded or when it ran
SchedulerShows Scheduler icon when a future run is scheduledClick the icon to see the schedule details
ActionsThree-dot menu with Edit, Schedule, Delete, and Re-run optionsManage the profile after creation

How to Create a Discovery Profile

Select + Create Discovery Profile in the top-right corner. A form opens on the right side.

Fill in the profile name, specify the target IP address or range, and select a credential profile. The fields available depend on the device category you select. Once you've filled in the required fields, choose how to start:

  • Select Save and Run to save the profile and begin discovery immediately.
  • Select Save and Exit to save the profile for later use without running it now.
note

ObserveOps allows discovery of devices with the same hostname but different IP addresses. If two discovered devices end up with the same monitor name, you'll need to rename at least one on the Provisioning screen before confirming.

CategoryDescription
Server (Linux / Unix)Discovers Linux and Unix servers over SSH. Learn more
Server (Windows)Discovers Windows servers over PowerShell (WinRM). Learn more
Server (Windows Cluster)Discovers Windows Cluster nodes. Learn more
CloudDiscovers resources across AWS, Azure, Office 365, Oracle Cloud, and Google Cloud. Learn more
NetworkDiscovers network devices over SNMP. Learn more
SDNDiscovers Software-Defined Networking controllers. Learn more
VirtualizationDiscovers hypervisors and virtual machines. Learn more
HCIDiscovers Hyper-Converged Infrastructure nodes. Learn more
StorageDiscovers storage arrays and NAS devices. Learn more
WirelessDiscovers wireless access points and controllers. Learn more
Service CheckDiscovers network services such as HTTP, DNS, SMTP, and FTP. Learn more
WAN LinkDiscovers IP SLA-enabled WAN links. Learn more
Container RuntimeDiscovers Docker and other container runtimes. Learn more
Container OrchestrationDiscovers Kubernetes and other container orchestration platforms. Learn more
DatabaseDiscovers database instances. Learn more
Other DevicesDiscovers additional device types not covered above. Learn more

How to Run a Discovery

Select Actions menu icon in the Actions column for the profile you want to run. Select the re-run icon Re-run icon to start a new discovery scan using that profile.

ObserveOps scans the addresses in the profile and updates the Discovered Objects count and Status column when the run completes.

How to Schedule a Discovery Profile

Select Actions menu icon in the Actions column. Select Schedule Discovery Profile. A scheduling panel opens.

Schedule Discovery popup showing Scheduler Type, Start Date, Hours, Notify, and Auto Provision fields

FieldDescription
Scheduler TypeHow often ObserveOps runs this discovery. Select Once, Daily, Weekly, or Monthly.
Start DateThe date of the first scheduled run.
HoursThe time of day for the discovery run.
NotifyEmail addresses, handles, usernames, or mobile numbers that receive a notification when the discovery completes.
Auto ProvisionWhen checked, ObserveOps automatically provisions all discovered devices as monitors after each run without requiring manual selection.

Select Schedule to save the schedule. Select Reset to clear your selections.

The Scheduler column in the grid shows Scheduler icon when a profile has an active schedule. Click the icon to view the schedule details.

How to Edit a Discovery Profile

Select Actions menu icon in the Actions column. Select Edit Discovery Profile Edit icon.

Edit Discovery Profile screen showing the edit form with existing values

Update the fields you need to change. Select Save and Run to apply changes and run discovery immediately. Select Save and Exit to save without running.

How to Delete a Discovery Profile

Select Actions menu icon in the Actions column. Select Delete Discovery Profile. A confirmation dialog appears. Select Yes to confirm.

Deleting a discovery profile does not delete the monitors that were provisioned from it. Those monitors continue running independently.

Troubleshooting

The discovery run completed but Discovered Objects shows 0. The devices at those addresses didn't respond. Check that the devices are powered on and reachable from the ObserveOps server. Verify the protocol port is open: port 22 for SSH, port 161 for SNMP, port 443 for Cloud APIs. Confirm the credential profile has the correct login details.

The discovery found devices but I can't provision them. You may have a duplicate monitor name conflict. On the Provisioning screen, rename any device whose monitor name is already taken by an existing monitor.

A scheduled discovery didn't run at the expected time. Check the ObserveOps server clock and time zone settings. If the scheduler was set with a different time zone in mind, the run time may have shifted. Edit the schedule and reset the time.

The discovery run shows as Failed in the Status column. Open the Actions menu and select Edit Discovery Profile to verify the credential profile is still valid. Credentials may have rotated since the profile was created. Update the credential profile with the current credentials and re-run.

Known Limitations

  • One discovery profile supports one device type. You can't discover Linux servers and network switches with the same profile.
  • Discovery does not automatically re-provision devices that were previously removed from monitoring.
  • Auto Provision provisions all discovered devices without filtering. If you only want to monitor a subset, disable Auto Provision and select devices manually on the Provisioning screen.
  • Cloud discovery profiles scan the account or subscription linked to the credential profile. They don't filter by region or resource group at the profile level.