View Issue Details

IDProjectCategoryView StatusLast Update
1279RackTablesdefaultpublic2015-01-09 01:06
Reporterhc Assigned Toinfrastation  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
PlatformLinuxOSCentOSOS Version6
Product Version0.20.8 
Target Version0.20.9Fixed in Version0.20.9 
Summary1279: Expose FQDN property to an 'object' fields set
DescriptionHi!

In scope of linking with Munin it is better to use FQDN of the object then dname, as one can have short names for objects (if we have the same value for name and FQDN - why do we need two fields?)

I tried to rewrite function proxyMuninRequest so that it would use FQDN instead of dname but failed (my php kung-fu is ~0).

Would you please add FQDN field to a fieldset of 'object'?

Thanks!
TagsNo tags attached.

Activities

infrastation

infrastation

2014-08-10 23:22

administrator   ~0002449

This makes sense, I'm thinking about the best way of doing this.
infrastation

infrastation

2014-09-09 15:42

administrator   ~0002493

As far as it is possible to see before implementing, it seems better to distinguish between configuring the set of an object's graphs and displaying the configured graphs, as follows.

1. An object has a Munin name if it has a non-empty (FQDN or a common name) that consists of a hostname and a domain name.

2. The Munin graph configuration tab is available when there is at least 1 Munin graph configured for the current object or (MUNIN_LISTSRC evaluates to true and there is at least 1 Munin server configured in the system).

3. Whenever the tab is displayed for an object, it should display a warning if the cURL extension is not available or the object has no Munin name. In that case there is no delivery of the configured graphs.
infrastation

infrastation

2014-09-11 23:54

administrator   ~0002499

I am working on this.
infrastation

infrastation

2015-01-04 23:48

administrator   ~0002607

triggerMuninGraphs() already implements (2).
infrastation

infrastation

2015-01-09 01:06

administrator   ~0002615

Commit ae7c84e implements (1) and (3). Now FQDN overrides the common name for Munin graph linking. This feature will be available in release 0.20.9.

Issue History

Date Modified Username Field Change
2014-07-15 14:50 hc New Issue
2014-08-10 23:22 infrastation Note Added: 0002449
2014-09-09 15:42 infrastation Note Added: 0002493
2014-09-09 15:44 infrastation Status new => acknowledged
2014-09-11 23:54 infrastation Note Added: 0002499
2014-09-11 23:54 infrastation Assigned To => infrastation
2014-09-11 23:54 infrastation Status acknowledged => assigned
2015-01-04 23:48 infrastation Note Added: 0002607
2015-01-09 01:06 infrastation Note Added: 0002615
2015-01-09 01:06 infrastation Status assigned => closed
2015-01-09 01:06 infrastation Resolution open => fixed
2015-01-09 01:06 infrastation Fixed in Version => 0.20.9
2015-01-09 01:06 infrastation Target Version => 0.20.9