Advertisement
keith_shannon

smokepingtemp

May 12th, 2015
557
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 1.63 KB | None | 0 0
  1. # Top Level
  2. smokeping::target { 'Internal':
  3.     menu      => 'Internal Targets',
  4.     pagetitle => 'Internal Targets',
  5.     alerts    => ['bigloss, noloss']
  6. }
  7.  
  8. smokeping::target { 'DNS-Int-Sav':
  9.     hierarchy_parent => 'Internal',
  10.     hierarchy_level  => '2',
  11.     menu             => 'Savvis Int DNS',
  12.     pagetitle        => 'Savvis Int DNS',
  13. }
  14.  
  15. smokeping::target { 'DNS-Sav-52'
  16.     hierarchy_parent => 'DNS-Int-Sav',
  17.     hierarchy_level  => '3',
  18.     menu             => 'DNS Savvis 52',
  19.     host             => '10.92.4.52',
  20. }
  21.  
  22. smokeping::target { 'DNS-Sav-53'
  23.     hierarchy_parent => 'DNS-Int-Sav',
  24.     hierarchy_level  => '3',
  25.     menu             => 'DNS Savvis 53',
  26.     host             => '10.92.4.53',
  27. }
  28.  
  29. smokeping::target { 'DNS-Sav-54'
  30.     hierarchy_parent => 'DNS-Int-Sav',
  31.     hierarchy_level  => '3',
  32.     menu             => 'DNS Savvis 54',
  33.     host             => '10.92.4.54',
  34. }
  35.  
  36. smokeping::target { 'DNS-Int-SD':
  37.     hierarchy_parent => 'Internal',
  38.     hierarchy_level  => '2',
  39.     menu             => 'S&D Int DNS',
  40.     pagetitle        => 'S&D Int DNS',
  41. }
  42.  
  43. smokeping::target { 'DNS-SD-52'
  44.     hierarchy_parent => 'DNS-Int-SD',
  45.     hierarchy_level  => '3',
  46.     menu             => 'DNS S&D 52',
  47.     host             => '10.114.0.52',
  48. }
  49.  
  50. smokeping::target { 'DNS-SD-53'
  51.     hierarchy_parent => 'DNS-Int-SD',
  52.     hierarchy_level  => '3',
  53.     menu             => 'DNS S&D 53',
  54.     host             => '10.114.0.53',
  55. }
  56.  
  57. smokeping::target { 'DNS-SD-54'
  58.     hierarchy_parent => 'DNS-Int-SD',
  59.     hierarchy_level  => '3',
  60.     menu             => 'DNS S&D 54',
  61.     host             => '10.114.0.54',
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement