Page MenuHomePhabricator
Paste P6571

(An Untitled Masterwork)
ActivePublic

Authored by chasemp on Jan 10 2018, 6:40 PM.
Tags
None
Referenced Files
F12389669:
Jan 10 2018, 6:40 PM
Subscribers
None
rush@labtestvirt2001>sudo puppet agent --test
Warning: Setting configtimeout is deprecated.
(at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1146:in `issue_deprecation_warning')
Info: Using configured environment 'production'
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Info: Caching catalog for labtestvirt2001.codfw.wmnet
Notice: /Stage[main]/Base::Environment/Tidy[/var/tmp/core]: Tidying 0 files
Info: Applying configuration version '1515609532'
Notice: /Stage[main]/Base::Standard_packages/Package[linux-tools-4.4.0-109-generic]/ensure: created
Notice: /Stage[main]/Base::Monitoring::Host/File[/usr/local/lib/nagios/plugins/check_eth]/content:
--- /usr/local/lib/nagios/plugins/check_eth 2017-12-18 17:29:47.124034660 +0000
+++ /tmp/puppet-file20180110-3562-lvh7by 2018-01-10 18:39:06.879737093 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
EXIT_CODE=0
-for INTERFACE in b0 br2102 eth0 eth1 i0 lo ; do
+for INTERFACE in br2102 eth0 eth1 lo ; do
REQ_SPEED=1000 # The default for now
STATUS=`ip link show ${INTERFACE}`
if [ "$?" != "0" ]; then
Info: Computing checksum on file /usr/local/lib/nagios/plugins/check_eth
Info: /Stage[main]/Base::Monitoring::Host/File[/usr/local/lib/nagios/plugins/check_eth]: Filebucketed /usr/local/lib/nagios/plugins/check_eth to puppet with sum ddce8fa40216efbc0797960a919a1f54
Notice: /Stage[main]/Base::Monitoring::Host/File[/usr/local/lib/nagios/plugins/check_eth]/content: content changed '{md5}ddce8fa40216efbc0797960a919a1f54' to '{md5}3a734864b21053e8da75d6cfdd39effe'
Notice: /Stage[main]/Prometheus::Node_exporter/Base::Service_unit[prometheus-node-exporter]/Service[prometheus-node-exporter]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Prometheus::Node_exporter/Base::Service_unit[prometheus-node-exporter]/Service[prometheus-node-exporter]: Unscheduling refresh on Service[prometheus-node-exporter]
Notice: Applied catalog in 15.91 seconds
-bash: /home/rush/bin/prompt.sh: Permission denied