Target type overview
Use this as a fast visual cheat sheet when deciding what kind of target to create.
status.
Smarty supports multiple target functions so you can monitor simple reachability, full application responses, device-specific command interfaces and SNMP-based network data from one platform. Some targets work best with predefined behavior, while others become much more powerful when you add your own custom command.
Use this as a fast visual cheat sheet when deciding what kind of target to create.
status.
If you are not sure which function to use, this simple flow is usually enough to choose the right one.
The best target type depends on what the monitored device actually supports. Some devices only need a simple connectivity check, while others require a command and a specific reply before you know they are really working.
Use Ping when you only need to know whether a device or host is reachable on the network.
Use TCP when opening a socket connection is enough to confirm that a service is available, or when you want to send a simple custom string such as status and inspect the reply.
Use RAW when you want to send a direct custom command over a socket and inspect the reply yourself.
Use Telnet for devices that expose a text-based command interface such as streamers, amplifiers or legacy controllers.
Use HTTP / REST for websites, stream URLs, HTTP services and API endpoints that need method selection, custom headers or response validation.
Use SNMP for switches, routers, UPS systems and other devices that expose status data through OIDs.
Smarty supports both quick predefined checks and fully custom command-based monitoring. In practice, teams often start with predefined target types and then add custom commands for the devices that need a more specific test.
Choose a ready-made target type when the platform already knows enough about the check you want to perform.
Build your own monitor when a device needs a very specific string, command sequence or expected response.
Here are a few easy ways to decide which target type usually fits best.
Explore the Smarty platform overview or log in to the dashboard to see how targets, alerts and remote support workflows come together.