'Arch -> Extension' repeating in Eventlog
Hi,
Got a weird issue with one device, it's running Ubuntu 14.04.1 / 3.19.0-56 and is continuously reporting a change of Architecture (to an invalid name) on every poll.
Event log for the device below:
The device details show this (although without an 'n'):
I have no idea what could be so unique about this device, we have plenty of systems running this OS/version and no others reporting this issue. It's a pretty basic build, environmental monitoring box.
It appears to be being written by the Unix-Agent module, but I'm not clear why. I've attached the debug of the agent module which shows it setting the Arch, but, I don't understand where it gets it from in the first place?
Any ideas most welcome - Cheers!
Robert Williams Custodian Data Centre Email: Robert@CustodianDC.com http://www.CustodianDC.com
Hi,
Den 2016-03-22 kl. 12:01, skrev Robert Williams:
Got a weird issue with one device, it’s running Ubuntu 14.04.1 / 3.19.0-56 and is continuously reporting a change of Architecture (to an invalid name) on every poll.
Had the same issue a while ago, updating the local agent to latest version solved it for me.
/niklas
Hi – thanks, it’s running the latest agent version as far as I can see, I’ve just re-copied it from the Observium server and still the error persists :(
Robert Williams Custodian Data Centre Email: Robert@CustodianDC.com http://www.CustodianDC.com From: observium [mailto:observium-bounces@observium.org] On Behalf Of Niklas Larsson Sent: 22 March 2016 12:18 To: observium@observium.org Subject: Re: [Observium] 'Arch -> Extension' repeating in Eventlog
Hi, Den 2016-03-22 kl. 12:01, skrev Robert Williams: Got a weird issue with one device, it’s running Ubuntu 14.04.1 / 3.19.0-56 and is continuously reporting a change of Architecture (to an invalid name) on every poll.
Had the same issue a while ago, updating the local agent to latest version solved it for me.
/niklas
what's the sysdescr and/or uname -a for that device?
adam. On 22/03/2016 15:06:24, Robert Williams robert@custodiandc.com wrote: Hi – thanks, it’s running the latest agent version as far as I can see, I’ve just re-copied it from the Observium server and still the error persists :( Robert Williams Custodian Data Centre Email: Robert@CustodianDC.com http://www.CustodianDC.com From: observium [mailto:observium-bounces@observium.org] On Behalf Of Niklas Larsson Sent: 22 March 2016 12:18 To: observium@observium.org Subject: Re: [Observium] 'Arch -> Extension' repeating in Eventlog Hi, Den 2016-03-22 kl. 12:01, skrev Robert Williams: Got a weird issue with one device, it’s running Ubuntu 14.04.1 / 3.19.0-56 and is continuously reporting a change of Architecture (to an invalid name) on every poll.
Had the same issue a while ago, updating the local agent to latest version solved it for me.
/niklas
also the agent section called "distro" :D On 22/03/2016 15:12:36, Adam Armstrong adama@memetic.org wrote: what's the sysdescr and/or uname -a for that device?
adam. On 22/03/2016 15:06:24, Robert Williams robert@custodiandc.com wrote: Hi – thanks, it’s running the latest agent version as far as I can see, I’ve just re-copied it from the Observium server and still the error persists :( Robert Williams Custodian Data Centre Email: Robert@CustodianDC.com http://www.CustodianDC.com From: observium [mailto:observium-bounces@observium.org] On Behalf Of Niklas Larsson Sent: 22 March 2016 12:18 To: observium@observium.org Subject: Re: [Observium] 'Arch -> Extension' repeating in Eventlog Hi, Den 2016-03-22 kl. 12:01, skrev Robert Williams: Got a weird issue with one device, it’s running Ubuntu 14.04.1 / 3.19.0-56 and is continuously reporting a change of Architecture (to an invalid name) on every poll.
Had the same issue a while ago, updating the local agent to latest version solved it for me.
/niklas
Agent output is in the debug.
I see "mysql extension is not loaded" in there, but it's not at the place where i'd expect $arch to be modified (it's the last line of the packages script).
UNLESS ... $arch is being used in the package processing script, and leaking out to the global system $arch... now there's a clue :-)
Tom
On 03/22/2016 04:13 PM, Adam Armstrong wrote:
also the agent section called "distro" :D
On 22/03/2016 15:12:36, Adam Armstrong adama@memetic.org wrote:
what's the sysdescr and/or uname -a for that device?
adam.
On 22/03/2016 15:06:24, Robert Williams robert@custodiandc.com wrote:
Hi – thanks, it’s running the latest agent version as far as I can see, I’ve just re-copied it from the Observium server and still the error persists :(
Robert Williams Custodian Data Centre Email: Robert@CustodianDC.com http://www.CustodianDC.com
*From:*observium [mailto:observium-bounces@observium.org] *On Behalf Of *Niklas Larsson *Sent:* 22 March 2016 12:18 *To:* observium@observium.org *Subject:* Re: [Observium] 'Arch -> Extension' repeating in Eventlog
Hi,
Den 2016-03-22 kl. 12:01, skrev Robert Williams:
Got a weird issue with one device, it’s running Ubuntu 14.04.1 / 3.19.0-56 and is continuously reporting a change of Architecture (to an invalid name) on every poll.
Had the same issue a while ago, updating the local agent to latest version solved it for me.
/niklas
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Hi, thanks - the details are:
byf-mon:~# uname -a Linux byf-mon 3.19.0-56-generic #62~14.04.1-Ubuntu SMP Fri Mar 11 11:03:15 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
byf-mon:~# snmpwalk -v2c localhost 1.3.6.1.2.1.1.1 SNMPv2-MIB::sysDescr.0 = STRING: Linux byf-mon 3.19.0-56-generic #62~14.04.1-Ubuntu SMP Fri Mar 11 11:03:15 UTC 2016 x86_64
Any ideas? I’m failing to see anything unique about this box, it’s also a new (recent) deployment and only about 1 month old so would have been added to Observium very recently.
Cheers!
From: observium [mailto:observium-bounces@observium.org] On Behalf Of Tom Laermans Sent: 22 March 2016 15:35 To: Observium Network Observation System observium@observium.org Subject: Re: [Observium] 'Arch -> Extension' repeating in Eventlog
Agent output is in the debug.
I see "mysql extension is not loaded" in there, but it's not at the place where i'd expect $arch to be modified (it's the last line of the packages script).
UNLESS ... $arch is being used in the package processing script, and leaking out to the global system $arch... now there's a clue :-)
Tom On 03/22/2016 04:13 PM, Adam Armstrong wrote: also the agent section called "distro" :D
On 22/03/2016 15:12:36, Adam Armstrong adama@memetic.orgmailto:adama@memetic.org wrote: what's the sysdescr and/or uname -a for that device?
adam.
On 22/03/2016 15:06:24, Robert Williams robert@custodiandc.commailto:robert@custodiandc.com wrote:
Hi – thanks, it’s running the latest agent version as far as I can see, I’ve just re-copied it from the Observium server and still the error persists :(
Robert Williams Custodian Data Centre Email: Robert@CustodianDC.commailto:Robert@CustodianDC.com http://www.CustodianDC.com
From: observium [mailto:observium-bounces@observium.org] On Behalf Of Niklas Larsson Sent: 22 March 2016 12:18 To: observium@observium.orgmailto:observium@observium.org Subject: Re: [Observium] 'Arch -> Extension' repeating in Eventlog
Hi,
Den 2016-03-22 kl. 12:01, skrev Robert Williams:
Got a weird issue with one device, it’s running Ubuntu 14.04.1 / 3.19.0-56 and is continuously reporting a change of Architecture (to an invalid name) on every poll.
Had the same issue a while ago, updating the local agent to latest version solved it for me.
/niklas
Robert Williams Custodian Data Centre Email: Robert@CustodianDC.com http://www.CustodianDC.com
_______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Robert,
Please remove the MySQL agent script or make sure you load the php CLI mysql module on that box, I'm quite sure that'll resolve the issue.
Tom
On 03/23/2016 09:03 AM, Robert Williams wrote:
Hi, thanks - the details are: byf-mon:~# uname -a Linux byf-mon 3.19.0-56-generic #62~14.04.1-Ubuntu SMP Fri Mar 11 11:03:15 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux byf-mon:~# snmpwalk -v2c localhost 1.3.6.1.2.1.1.1 SNMPv2-MIB::sysDescr.0 = STRING: Linux byf-mon 3.19.0-56-generic #62~14.04.1-Ubuntu SMP Fri Mar 11 11:03:15 UTC 2016 x86_64 Any ideas? I’m failing to see anything unique about this box, it’s also a new (recent) deployment and only about 1 month old so would have been added to Observium very recently. Cheers! *From:* observium [mailto:observium-bounces@observium.org] *On Behalf Of *Tom Laermans *Sent:* 22 March 2016 15:35 *To:* Observium Network Observation System observium@observium.org *Subject:* Re: [Observium] 'Arch -> Extension' repeating in Eventlog Agent output is in the debug.
I see "mysql extension is not loaded" in there, but it's not at the place where i'd expect $arch to be modified (it's the last line of the packages script).
UNLESS ... $arch is being used in the package processing script, and leaking out to the global system $arch... now there's a clue :-)
Tom On 03/22/2016 04:13 PM, Adam Armstrong wrote: also the agent section called "distro" :D On 22/03/2016 15:12:36, Adam Armstrong _adama@memetic.org_ mailto:adama@memetic.org wrote: what's the sysdescr and/or uname -a for that device? adam. On 22/03/2016 15:06:24, Robert Williams _robert@custodiandc.com_ mailto:robert@custodiandc.com wrote: Hi – thanks, it’s running the latest agent version as far as I can see, I’ve just re-copied it from the Observium server and still the error persists :( Robert Williams Custodian Data Centre Email: _Robert@CustodianDC.com_ mailto:Robert@CustodianDC.com _http://www.CustodianDC.com_ *From:* observium [_mailto:observium-bounces@observium.org_] *On Behalf Of *Niklas Larsson *Sent:* 22 March 2016 12:18 *To:* _observium@observium.org_ mailto:observium@observium.org *Subject:* Re: [Observium] 'Arch -> Extension' repeating in Eventlog Hi, Den 2016-03-22 kl. 12:01, skrev Robert Williams: Got a weird issue with one device, it’s running Ubuntu 14.04.1 / 3.19.0-56 and is continuously reporting a change of Architecture (to an invalid name) on every poll.
Had the same issue a while ago, updating the local agent to latest version solved it for me.
/niklas
Robert Williams Custodian Data Centre Email: Robert@CustodianDC.com http://www.CustodianDC.com _______________________________________________ observium mailing list _observium@observium.org_ mailto:observium@observium.org _http://postman.memetic.org/cgi-bin/mailman/listinfo/observium_
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Hi Tom,
Excellent thanks, that seems to have sorted it.
In addition, it briefly made Observium sound like Yoda ☺
Cheers!
From: observium [mailto:observium-bounces@observium.org] On Behalf Of Tom Laermans Sent: 23 March 2016 10:49 To: Observium Network Observation System observium@observium.org Subject: Re: [Observium] 'Arch -> Extension' repeating in Eventlog
Robert,
Please remove the MySQL agent script or make sure you load the php CLI mysql module on that box, I'm quite sure that'll resolve the issue.
Tom On 03/23/2016 09:03 AM, Robert Williams wrote: Hi, thanks - the details are:
byf-mon:~# uname -a Linux byf-mon 3.19.0-56-generic #62~14.04.1-Ubuntu SMP Fri Mar 11 11:03:15 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
byf-mon:~# snmpwalk -v2c localhost 1.3.6.1.2.1.1.1 SNMPv2-MIB::sysDescr.0 = STRING: Linux byf-mon 3.19.0-56-generic #62~14.04.1-Ubuntu SMP Fri Mar 11 11:03:15 UTC 2016 x86_64
Any ideas? I’m failing to see anything unique about this box, it’s also a new (recent) deployment and only about 1 month old so would have been added to Observium very recently.
Cheers!
From: observium [mailto:observium-bounces@observium.org] On Behalf Of Tom Laermans Sent: 22 March 2016 15:35 To: Observium Network Observation System observium@observium.orgmailto:observium@observium.org Subject: Re: [Observium] 'Arch -> Extension' repeating in Eventlog
Agent output is in the debug.
I see "mysql extension is not loaded" in there, but it's not at the place where i'd expect $arch to be modified (it's the last line of the packages script).
UNLESS ... $arch is being used in the package processing script, and leaking out to the global system $arch... now there's a clue :-)
Tom On 03/22/2016 04:13 PM, Adam Armstrong wrote: also the agent section called "distro" :D On 22/03/2016 15:12:36, Adam Armstrong adama@memetic.orgmailto:adama@memetic.org wrote: what's the sysdescr and/or uname -a for that device?
adam. On 22/03/2016 15:06:24, Robert Williams robert@custodiandc.commailto:robert@custodiandc.com wrote: Hi – thanks, it’s running the latest agent version as far as I can see, I’ve just re-copied it from the Observium server and still the error persists :(
Robert Williams Custodian Data Centre Email: Robert@CustodianDC.commailto:Robert@CustodianDC.com http://www.CustodianDC.com From: observium [mailto:observium-bounces@observium.org] On Behalf Of Niklas Larsson Sent: 22 March 2016 12:18 To: observium@observium.orgmailto:observium@observium.org Subject: Re: [Observium] 'Arch -> Extension' repeating in Eventlog
Hi, Den 2016-03-22 kl. 12:01, skrev Robert Williams: Got a weird issue with one device, it’s running Ubuntu 14.04.1 / 3.19.0-56 and is continuously reporting a change of Architecture (to an invalid name) on every poll.
Had the same issue a while ago, updating the local agent to latest version solved it for me.
/niklas
Robert Williams Custodian Data Centre Email: Robert@CustodianDC.commailto:Robert@CustodianDC.com http://www.CustodianDC.com
Robert Williams Custodian Data Centre Email: Robert@CustodianDC.com http://www.CustodianDC.com
_______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (4)
-
Adam Armstrong
-
Niklas Larsson
-
Robert Williams
-
Tom Laermans