SRIRAAM DHILIBAN
2012-Nov-02 04:31 UTC
[Puppet Users] Can we monitor the bandwidth utilization of a vm (agent) or can i get the last login time of a agent using puppet
Can we monitor the bandwidth utilization of a vm (agent) or can i get the last login time of a agent using puppet -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/rc_KkoF4pLUJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Jeff McCune
2012-Nov-02 22:07 UTC
Re: [Puppet Users] Can we monitor the bandwidth utilization of a vm (agent) or can i get the last login time of a agent using puppet
On Thursday, November 1, 2012, SRIRAAM DHILIBAN wrote:> Can we monitor the bandwidth utilization of a vm (agent) or can i get the > last login time of a agent using puppetPuppet does not provide this information without being extended. Luckily, there are lots of extension points in Puppet. Collecting this information and then modeling your configuration based on these conditions is well suited for a custom Facter fact. Custom facts are typically only a dozen or so lines of ruby code. Hope this helps, -Jeff -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.