What is a device template?

Where can I use device templates?

Device Templates can serve as your helping hand in many ways. Let us consider a few use cases.
  1. Let us assume that you are interested in monitoring a Cisco 2505 router and Site24x7 already has a default template for Cisco 2500 series with few sysOIDs of this series updated in it. All you need to do is just edit this template to include the sysOID of Cisco 2505 router and begin your discovery.
  2. In case you own a QNAP Network Storage Device and Site24x7 is yet to have a template for that, feel free to create one of your own. This new custom template can be associated with similar devices.
  3. Consider that you have the latest printer for which the performance counter 'number of pages printed per minute' is monitored by default. Here, you can include new performance counters like 'amount of ink in the cartridge' as per your requirements and pursue monitoring.
  4. A mathematical expression of OIDs can also be given as input in the SNMP OID field. For instance, let us assume monitoring the memory utilization(in percentage) of a Cisco router. The memory utilization value can be obtained from the mathematical expression  (A*100)/(A+B).
  5. where,
    A = .1.3.6.1.4.1.9.9.48.1.1.1.5.1 (Indicates the number of bytes from the memory pool that are currently in use by applications on the managed device.)
    B = .1.3.6.1.4.1.9.9.48.1.1.1.6.1 (Indicates the number of bytes from the memory pool that are currently unused on the managed device for the processor.)
    The final expression works in this fashion.
    (.1.3.6.1.4.1.9.9.48.1.1.1.5.1*100)/(.1.3.6.1.4.1.9.9.48.1.1.1.5.1+.1.3.6.1.4.1.9.9.48.1.1.1.6.1)
  6. For instance, you want to monitor the In Octets of all the interfaces in your network device. Here, you can use tabular performance counters to add all the instances of a tabular object automatically once you've added a single tabular OID. For example, after you've added the tabular OID of In Octets, the In Octets of all interfaces will be displayed in the table.
  7. If you want to view custom monitoring metrics for CPU Utilization, Memory Utilization, or Hardware Details on the Device Performance page, then you can configure them using device templates. 

    • Related Articles

    • How to set up alerts for network device data collection issues

      When your network monitoring interfaces are not collecting data due to issues in the Network Module, you'll want to be alerted. To set up alerts, you need to add or edit the threshold and availability profile of the On-Premise Poller, which is used ...
    • Monitors that require On-Premise Pollers in Site24x7

      Certain monitor types in Site24x7 require the use of On-Premise Pollers for data collection, especially when monitoring internal, firewall-restricted, or private resources. Depending on the type of monitoring, additional modules like the Network ...
    • Device/Licence Key

      Device Key is a unique and secure alphanumeric key that can be accessed by logging in and navigating to Admin > Developer > Device Key. It is an authentication mechanism where the Site24x7 agent pushes the performance metrics to site24x7.com to ...
    • How does Site24x7 always ensure the availability of its location agents during monitoring?

      Site24x7 uses a preferred location recheck logic in the back-end to ensure the availability of all monitoring locations. This logic is only applied when you've disabled the option "Restrict monitoring within selected locations" in the Add or Edit ...
    • Exclude the selective SSH algorithms in On-Premise Poller during SFTP Transfer monitoring

      By excluding SSH algorithms, you can restrict Site24x7 SSH Client from using the excluded algorithm while connecting to the SSH server during SFTP Transfer monitoring. Follow the steps mentioned below for SSH algorithm exclusion in On-Premise Poller ...