1. define service{  
  2.         use                             generic-service         ; Name of service template to use  
  3.         host_name                       db1  
  4.         service_description             Oracle_DB  
  5.         is_volatile                     0  
  6.         check_period                    24x7  
  7.         max_check_attempts              2  
  8.         normal_check_interval           2  
  9.         retry_check_interval            1  
  10.         contact_groups                  admins  
  11.         notification_options            w,u,c,r  
  12.         notification_interval           960  
  13.         notification_period             24x7  
  14.         check_command                   check_nrpe!check_oracle_db  
  15.         }  
  16.  
  17. define service{  
  18.         use                             generic-service         ; Name of service template to use  
  19.         host_name                       db1  
  20.         service_description             Oracle_Login  
  21.         is_volatile                     0  
  22.         check_period                    24x7  
  23.         max_check_attempts              2  
  24.         normal_check_interval           2  
  25.         retry_check_interval            1  
  26.         contact_groups                  admins  
  27.         notification_options            w,u,c,r  
  28.         notification_interval           960  
  29.         notification_period             24x7  
  30.         check_command                   check_nrpe!check_oracle_login  
  31.         }  
  32. define service{  
  33.         use                             generic-service         ; Name of service template to use  
  34.         host_name                       db1  
  35.         service_description             Oracle_Tablespace_SYSTEM  
  36.         is_volatile                     0  
  37.         check_period                    24x7  
  38.         max_check_attempts              2  
  39.         normal_check_interval           2  
  40.         retry_check_interval            1  
  41.         contact_groups                  admins  
  42.         notification_options            w,u,c,r  
  43.         notification_interval           960  
  44.         notification_period             24x7  
  45.         check_command                   check_nrpe!check_oracle_system  
  46.         }  
  47.  
  48.  
  49. define service{  
  50.         use                             generic-service         ; Name of service template to use  
  51.         host_name                       db1  
  52.         service_description             Oracle_Tablespace_SYSAUX  
  53.         is_volatile                     0  
  54.         check_period                    24x7  
  55.         max_check_attempts              2  
  56.         normal_check_interval           2  
  57.         retry_check_interval            1  
  58.         contact_groups                  admins  
  59.         notification_options            w,u,c,r  
  60.         notification_interval           960  
  61.         notification_period             24x7  
  62.         check_command                   check_nrpe!check_oracle_sysux  
  63.         }  
  64.  
  65. define service{  
  66.         use                             generic-service         ; Name of service template to use  
  67.         host_name                       db1  
  68.         service_description             Oracle_Tablespace_SYS_USERS  
  69.         is_volatile                     0  
  70.         check_period                    24x7  
  71.         max_check_attempts              2  
  72.         normal_check_interval           2  
  73.         retry_check_interval            1  
  74.         contact_groups                  admins  
  75.         notification_options            w,u,c,r  
  76.         notification_interval           960  
  77.         notification_period             24x7  
  78.         check_command                   check_nrpe!check_oracle_sys_users  
  79.         }  
  80.  
  81. define service{  
  82.         use                             generic-service         ; Name of service template to use  
  83.         host_name                       db1  
  84.         service_description             Oracle_Tablespace_UNDOTBS1  
  85.         is_volatile                     0  
  86.         check_period                    24x7  
  87.         max_check_attempts              2  
  88.         normal_check_interval           2  
  89.         retry_check_interval            1  
  90.         contact_groups                  admins  
  91.         notification_options            w,u,c,r  
  92.         notification_interval           960  
  93.         notification_period             24x7  
  94.         check_command                   check_nrpe!check_oracle_undotbs1  
  95.         }  
  96.  
  97. define service{  
  98.         use                             generic-service         ; Name of service template to use  
  99.         host_name                       db1  
  100.         service_description             Oracle_Tablespace_UNDOTBS2  
  101.         is_volatile                     0  
  102.         check_period                    24x7  
  103.         max_check_attempts              2  
  104.         normal_check_interval           2  
  105.         retry_check_interval            1  
  106.         contact_groups                  admins  
  107.         notification_options            w,u,c,r  
  108.         notification_interval           960  
  109.         notification_period             24x7  
  110.         check_command                   check_nrpe!check_oracle_undotbs2  
  111.         }  
  112.  
  113. define service{  
  114.         use                             generic-service         ; Name of service template to use  
  115.         host_name                       db1  
  116.         service_description             Oracle_Tablespace_ZJCSC517  
  117.         is_volatile                     0  
  118.         check_period                    24x7  
  119.         max_check_attempts              2  
  120.         normal_check_interval           2  
  121.         retry_check_interval            1  
  122.         contact_groups                  admins  
  123.         notification_options            w,u,c,r  
  124.         notification_interval           960  
  125.         notification_period             24x7  
  126.         CHECK_COMMAND                   check_nrpe!check_oracle_ZJCSC517  
  127.         }  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.