1924 Commits

Author SHA1 Message Date
Tony Murray
bc7e5ffb46 Merge pull request #3752 from laf/ifSpeed
Added ability to override the ifSpeed values of a port
2016-07-01 12:06:25 -05:00
laf
7f8e587eaa fix js error 2016-07-01 18:01:24 +01:00
laf
3d77d1b77c fix js error 2016-07-01 18:00:07 +01:00
laf
2bffc5c1b7 updates as per comments from murrant 2016-07-01 10:27:15 +01:00
Guillaume COEUGNET
8264f3dfb5 Remove extra dbInsert from dashborads creation 2016-07-01 11:13:10 +02:00
Brandon Boudrias
4ad75fb89d create common method for generating type_wheres 2016-06-30 17:05:55 -07:00
laf
2664dbb5e0 Merge branch 'master' of https://github.com/librenms/librenms into ifSpeed 2016-06-30 09:49:35 +01:00
laf
6690e31f9d Added ability to manually set ifSpeed 2016-06-30 09:49:30 +01:00
laf
0eb35c0c88 Initial setup for customising ifSpeed on devices 2016-06-24 14:10:09 +01:00
Tony Murray
35e38025b0 Merge pull request #3691 from laf/issue-3452-new
Updated old frontpage to use new services format
2016-06-21 23:31:34 -05:00
laf
06998420cf Updated unpolled notification to only show unpolled devices 2016-06-21 20:12:32 +01:00
laf
f2cd332b91 Updated old frontpage to use new services format 2016-06-20 23:00:40 +01:00
laf
e3db9c8561 Fixed ajax_* calls for use with base_url 2016-06-15 12:58:23 +00:00
Tony Murray
173336c76b Only display when it is not set to the default setting. 2016-06-12 21:36:04 -05:00
Tony Murray
55f8576973 Fix custom port not showing on the device edit page 2016-06-12 21:23:21 -05:00
Adam Winberg
58c3f6e40f Merge branch 'master' of https://github.com:/wiad/librenms into issue-3615 2016-06-09 12:35:47 +02:00
Adam Winberg
6641bb17f5 Adhering to librenms style guidelines 2016-06-09 12:35:04 +02:00
Neil Lathwood
8b7cae21d3 Merge pull request #3628 from murrant/sort_defaults
Sort poller/discovery modules without affecting the $config order
2016-06-09 11:17:41 +01:00
Neil Lathwood
0b8d9d7a04 Merge pull request #3627 from murrant/rrdcached
Rrdcached application monitoring
2016-06-09 11:16:17 +01:00
Adam Winberg
0ed7a51de3 adjust if statement syntax, as per suggestion from @murrant 2016-06-09 08:50:19 +02:00
Tony Murray
36818e7a52 Add graphs to graphs menu page.
Use rrd_name() function
Add copyright headers
2016-06-09 00:40:04 -05:00
Tony Murray
9f94b278d3 Sort poller/discovery modules without affecting the $config order 2016-06-08 23:29:33 -05:00
Tony Murray
60624c1ac0 Rrdcached application monitoring
Can collect data from the agent or by connecting directly
2016-06-08 20:48:53 -05:00
Adam Winberg
88f5423aaf Test different hostname formats in Oxidized integration 2016-06-07 15:02:11 +02:00
Neil Lathwood
5cb9d751c3 Revert "deduping type_where code, adding manual types to graph widgets " 2016-06-07 09:15:04 +01:00
Neil Lathwood
142e11f9d8 Merge pull request #3597 from brandune/rollup_graphs
deduping type_where code, adding manual types to graph widgets
2016-06-06 18:59:40 +01:00
Neil Lathwood
c7ec9aa8bf Merge pull request #3589 from murrant/device-groups-pivot
Store device group relationships in a pivot table.
2016-06-06 18:20:53 +01:00
Tony Murray
a68687de5e Alphabetize the apps list 2016-06-03 21:05:09 -05:00
Brandon Boudrias
3b4964e13c create common method for generating type_wheres 2016-06-03 10:42:16 -07:00
Tony Murray
009840bf8a Store device group relationships in a pivot table. 2016-06-02 13:25:01 -05:00
Tony Murray
18484db3fe Fix adding widgets (#3567) 2016-05-27 09:20:33 -05:00
Tony Murray
07455a6e0a Scrollable widgets
Remove several javascript:return false;
2016-05-26 09:44:41 -05:00
Tony Murray
4920c39dfd List service plugins alphabetically. 2016-05-19 14:20:42 -05:00
f0o
091cc822de Added Hit/Misses graphs for memcached 2016-05-05 14:47:08 +00:00
laf
e0f14798fe Updated services box to be 2 for down 2016-05-03 22:15:29 +00:00
Daniel Preussker
e12f670de7 Merge pull request #3479 from laf/issue-3114
Fixed broken performance chart due to deprecated visjs option
2016-05-03 19:43:22 +02:00
Daniel Preussker
f630acb8b2 Merge pull request #3471 from laf/issue-3294
Added abililty to filter by alert state Ok or Alert
2016-05-03 19:42:55 +02:00
laf
fbbab3dac6 Fixed broken performance chart due to deprecated visjs option 2016-05-03 16:18:21 +00:00
laf
aefbde3df0 Added abililty to filter by alert state Ok or Alert 2016-05-02 19:40:12 +00:00
laf
f3ee9dcc2e Fixed php short tags 2016-05-02 18:43:06 +00:00
Daniel Preussker
975ddbc517 Revert "Fixed php short tags :/" 2016-05-02 20:19:18 +02:00
laf
a14ae0bc18 Fixed php short tags :/ 2016-05-02 18:09:58 +00:00
laf
31e8657325 Fix links for billing 2016-04-29 23:54:33 +00:00
pblasquez
2c57979011 forgot to add back max() 2016-04-26 16:07:20 -07:00
pblasquez
8e8315dbcd Move config to WebUI 2016-04-26 12:56:58 -07:00
Aaron Daniels
4545aea28d - Services widget on device overview page was still displaying legacy status
while the database has been storing nagios style status.
  Modified to: 0=Ok, 1=Unknown, 2=Critical.
2016-04-26 07:04:22 +10:00
Neil Lathwood
1c3869c5f0 Merge pull request #3416 from murrant/netonix-poe
Add PoE state to Netonix devices
2016-04-24 20:00:46 +01:00
Tony Murray
b98ba8c1a4 Remove some deprecated functions 2016-04-24 01:05:14 -05:00
Tony Murray
46a0bbfc82 Add PoE state to Netonix devices
Allow for non-numeric states.  state_descr must match what is returned by the device.
2016-04-23 20:56:21 -05:00
Aaron Daniels
111a52d48c Merge branch 'master' into issue-2193 2016-04-12 07:34:40 +10:00