[Puppet Users] Nagios installation with puppet

2016-03-02 Thread moonsun1124
Hi, do we have any good document on installation of nagios by using puppet. I am using puppet 4.3 enterprise version and cent os 7. I have checked couple of url but those are not working. Thanks, -- You received this message because you are subscribed to the Google Groups "Puppet Users" gr

[Puppet Users] Re: puppet exec is not working

2016-02-29 Thread moonsun1124
When I run with debug option i see "$" is not working inside puppet. I tried to escape but it is not working. Debug: Exec[file_system_cleanup](provider=posix): Executing check 'test `df -h / | tail -1 | awk '{print }' | sed 's/%//g'` -gt 20' Debug: Executing: 'test `df -h / | tail -1 | awk '{pr

[Puppet Users] puppet exec is not working

2016-02-29 Thread moonsun1124
Hi All, I following code is not working. Not sure why. exec { "file_system_cleanup": command => "touch /root/file_system_cleanup.log", path=> '/bin/:/sbin/:/usr/bin/:/usr/sbin', onlyif => "test `df -h / | tail -1 | awk '{print $5}' | sed 's/%

Re: [Puppet Users] puppet log files

2016-02-29 Thread moonsun1124
Hi Martin, Thanks for your response. I have added some code to site.pp and i have applied it. Please let me know where can i see in master whether the changes applied successfully or not. puppet directory is empty in my environment. Thanks, On Monday, February 29, 2016 at 11:09:49 AM UT

[Puppet Users] puppet 8140 port is not listening

2016-02-29 Thread moonsun1124
Hi All, I have installed 4.3 puppet enterprise. It was running till yesterday but suddenly it stopped running. Please let me know where to look and what to do. puppet agent --test error message Error: Warning: Unable to fetch my node definition, but the agent run will continue: Warning: Conn

Re: [Puppet Users] puppet log files

2016-02-29 Thread moonsun1124
I have installed puppet 4.3 in Centos 7. I have checked /var/log/puppetlbas. Not sure which file to check to see configuration success or not. r10k puppet activemq mcollective-audit.log puppetserver orchestration-services console-services installer nginx pxp-agent mcollective-metadata-cron.log p

[Puppet Users] puppet log files

2016-02-29 Thread moonsun1124
Hi All, I have install puppet enterprise 4.3 version. May I know where can i see log files. i have checked /var/log/messages it is not updating. thanks, -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and sto

[Puppet Users] Puppet Dashboard

2016-02-26 Thread moonsun1124
Hi All, I am using puppet 4.3. I think dashboard is not there any more instead of this we have web console. Just want to know whether I am right or not. Thanks, -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group

[Puppet Users] puppet installation

2016-02-23 Thread moonsun1124
Hi All, I am new to puppet. I think we have two type of installations one is tarball another with packages(rpm or yum). if we install puppet master and agent with yum, how we can access puppet web console. Thanks, -- You received this message because you are subscribed to the Google Groups

Re: [Puppet Users] Monitoring file system and cleanup with puppet

2016-02-17 Thread moonsun1124
Please let me know what all the things we can monitor with puppet. Other than automation of deployments. Thanks, On Wednesday, February 17, 2016 at 8:22:52 AM UTC-5, Lowe Schmidt wrote: > > No, and you should probably not use Puppet to try and solve that kind of > problem. > > You could proba

[Puppet Users] puppet agent heartbeat

2016-02-17 Thread moonsun1124
is there any way we can check the heartbeat of puppet agents? and if agent is down can puppet try to bring up the server. Thanks, -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it

[Puppet Users] Monitoring file system and cleanup with puppet

2016-02-17 Thread moonsun1124
Hi All, Is there any way we can monitor the file system (disk usage percentage) and if it cross >90% run a particular script to purge it without using nagios in puppet? Thanks, -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe