Puppet Integration Issue
I\'m defining puppet to create host in logic monitor. I have create the class in site.pp because I\'m not doing node specific. We have existing collector that is not under puppet control. I have changed the name below slight for security reason. I have change logicmonitor config.pp with the correct account name, user and password. Here is my class in site.pp:
#--[ LOGICMONITOR ]--------------------------------------------
class { \'logicmonitor::host\':
hostname => ,
collector => \'\'ourcollector.ourdomain.com\'\',
groups => [\'\'/parent/Prod/Servers/Ourtown- Linux\'\' ],
displayname => ,
}
I see not error on my test client when it run puppet agent. The host doesn\'t show our our logicmonitor.com site.
What am I missing? What I\'m doing wrong?
Thanks, Scott