Neil Lathwood
0a7ec12fd9
fix: Fixed the default fping config + changed variable name ( #8060 )
...
* fix: Fixed the default fping config and added docs on caveats to changing timeout
* millisec -> interval
* removed retries config option, no needed
* Update Performance.md
2018-01-09 20:16:48 +00:00
Tony Murray
6a6f242022
fix documentation issues ( #7928 )
2017-12-20 11:03:54 -06:00
Kevin Krumm
fed75d0aeb
docs: added TOC for Statcked Graphs ( #7857 )
...
made it easy to find in the huge list of config options. :)
2017-12-04 20:54:58 -06:00
crcro
995b7069eb
webui: Added support for stacked graphs ( #7725 )
...
* initial release
* newline fix
* missed some graphs in edit
* style fixes
* revert custom function, use Config
* unified config option
added webui graph config entry
added sql entry for webui config
* removed config_id from sql file
* remove graph stack from defaults
* moved transparency and stacked option to functions.php
* style fixes
* style fixes
* changes in code
added docs about stacked graphs
* return keyed array
* new colors and transparency
* sql rename
2017-12-02 20:28:03 +00:00
Tony Murray
3bd9920e38
docs: Continue to reorganize docs ( #7762 )
...
* docs: Continue to reorganize things
Make landing pages for /Installation, /API, etc.
Split API out into multiple docs
Properly use multi-level navigation
Add lower nav buttons (tops are bug so disable for now)
Add logo for fanciness
Refine index page a bit
* Improve API TOC layout
* Couple of fixes.
* Fix API/API-Docs, assumed it was at the right url.
2017-11-19 01:19:18 +00:00
capitangiaco
5af3a4d6f2
Update Configuration.md ( #7732 )
2017-11-15 08:14:40 +00:00
Neil Lathwood
8e61c6394a
feature: Added support for setting php memory_limit in config.php ( #7704 )
2017-11-14 08:17:01 -06:00
Jonathan Lassoff
fe8d011dce
refactor: Allow setting the target shorthost length. ( #7453 )
...
* Create a target shorthost length. Addresses #7452 .
* Update defaults.inc.php
2017-11-09 20:47:52 +00:00
Tony Murray
1f7274d371
docs: document discovery and poller module enable/disable ( #7505 )
2017-10-21 23:51:28 +01:00
Yunchih Chen
82fb20cc19
feature: Configurable 95th percentile ( #7442 )
...
See issue #7406 for detail.
2017-10-11 13:21:11 +01:00
Neil Lathwood
1be550826e
api: Added ability to supports CORS for API ( #7357 )
...
* Update defaults.inc.php
* api: Added ability to supports CORS for API
* added acknowledge
* Update Configuration.md
2017-09-21 18:07:31 +01:00
yac01
38cf424417
webui: Added ability for users to configure selectable times for graphs ( #7193 )
...
* feat:add links for librenms graph
* added widescreen config
2017-08-25 20:11:01 +01:00
Bennett Blodinger
31993387e4
docs: Updated alerting docs / formatting ( #7185 )
...
* Ignore docs/
* Fix indenentation
YAML's pretty strict
* Remove static anchor names
Markdown does this automatically for us
* Tabelize entities
* Remove tildes
They don't do anything
2017-08-19 19:40:50 +01:00
sorano
dedfc6c1d8
Set correct device_perf_purge in Support docs ( #7049 )
...
It is 7 according to defaults.inc.php
2017-07-18 15:46:44 +01:00
brokerdavelhr
9a2b2ad07d
docs: Update Rancid Integration
...
* Update and rename doc/Support/Configuration.md to doc/Support/Rancid Integration/Configuration.md
* tidy up files
* fixed config doc
2017-06-29 21:52:34 +01:00
Neil Lathwood
84814efc8b
docs: Reorganised alerting docs + added some clarifications ( #6869 )
2017-06-24 21:27:42 -05:00
Florian Beer
60f0553a33
doc: Fix typo in configuration documentation ( #6751 )
2017-06-02 20:09:59 +01:00
James Andrewartha
7c848ba654
Reminder to install ipmitool ( #6738 )
2017-05-28 14:29:18 -05:00
Tony Murray
21d205b379
fix: Fix typo ( #6664 )
2017-05-17 21:06:36 +02:00
Neil Lathwood
6734e84382
feature: Added ability to whitelist ifDescr values from being ignored with good_if ( #6584 )
...
* feature: Added ability to whitelist ifDescr values from being ignored with good_if
* added ras to enterasys yaml
2017-05-05 15:18:33 -05:00
Frank Mogaddedi
dcc6c96ec4
feature Location map regex replace pattern only ( #6485 )
...
* Update core.inc.php
* Update rewrites.php
* Update rewrites.php
* Update rewrites.php
* Update Configuration.md
Adding "location_map_regex_sub" documentation
* Update Configuration.md
Better(?) example/explanation for location_map_regex_sub.
2017-04-24 20:06:22 +01:00
Tony Murray
b1a414e785
feature: support non-standard unix socket ( #5724 )
...
* Add support for custom MySQL unix-socket
* NULL must be lowercase!
* Naive edit of html/install.php
* fixup
* Refactor dbConnect
Use it everywhere
* $config needs to be global
Don't need to set $database_link
* small cleanups
2017-04-06 22:02:37 +01:00
pep-un
7956f94eb8
Add a title for the RANCID section ( #6012 )
...
* Remote monitoring using tinc VPN
* Added 2 # command-pefixes
* Add bash source code highlighting
* Updated file name + some commands
* update docs
* Add a title for the RANCID section
2017-02-26 13:44:21 +00:00
Neil Lathwood
dfac70be69
1min polling doc ( #5995 )
...
* added doc link
* added doc link
2017-02-24 13:00:09 +00:00
Neil Lathwood
fad5aca1b7
feature: Allow customisation of rrd step/heartbeat when creating new rrd files ( #5947 )
...
* feature: Allow customisation of rrd step/heartbeat when creating new rrd files
* revert defaults
* added docs + webui config option
* Move RrdDefinition to an Object to make them easier to create and remove the possibility of typos.
* Fix style/lint issues and missing use statements
* 3 more missing use statements
* updated doc + moved schema file
2017-02-23 22:45:50 +00:00
Neil Lathwood
64a8a785ec
doc: Updated example for using bad_if_regexp #1878 ( #5825 )
2017-02-08 00:04:44 +00:00
rockyluke
e670a639e7
webui: Add $config['title_image'] in doc and use it also for login screen ( #5683 )
2017-01-31 08:16:01 +00:00
David Bell
5dd030f438
refactor: Added config option for database port ( #5517 )
2017-01-27 23:16:04 +00:00
Neil Lathwood
cc01969b06
refactor: Default to only using mysqli ( #4915 )
...
* refactor: Default to only using mysqli
* Remove includes/dbFacile.mysql.php
* updated mres() function to remove $config global
2016-11-10 19:40:53 -06:00
Neil Lathwood
b5be6e9271
feature: Added custom css and include directories which are ignored by git ( #4871 )
2016-10-28 05:55:40 +00:00
Neil Lathwood
d5ba013a8a
refactor: Updated and added more options for http proxy support ( #4718 )
2016-10-13 20:07:07 -05:00
Neil Lathwood
0a6bea3b10
fix: Internal links to some docs were not correct
2016-09-23 19:49:58 +01:00
Neil Lathwood
b397e23763
docs: Added NFSen docs + update general config docs ( #4412 )
...
* Added NFSen docs + update general config docs
* Fix missing brackets
2016-09-12 11:22:34 -05:00
Neil Lathwood
1055003d3f
Remove requirement for ['enable_printers'] ( #4192 )
2016-08-24 12:42:06 -05:00
Neil Lathwood
383c50b4f4
Updated docs to have source to use for edit github ( #4185 )
...
* Added source link for edit on github
* Updated formatting issues
* Updated formatting issues
* Updated formatting issues
2016-08-24 08:12:20 +01:00
Eldon Koyle
787c4f09f7
Config option for global default dashboard ( #4080 )
...
* Config option for global default dashboard
Add config option to set a global default dashbord. This will be used
instead of the user's "Default" dashboard unless they have changed their
default dashboard in their user settings.
* Use a dropdown for the default_dashboard option
Update generate_dynamic_config_panel to allow assoc arrays with
`'value'` and `'description'` as keys and change to a select box.
* Fix PHP style issues lost during merge
2016-08-23 19:37:12 +01:00
Andreser
2c3da4c3cb
Update Configuration.md
2016-08-17 12:58:50 -03:00
Tony Murray
ead28f6acd
Merge remote-tracking branch 'upstream/master' into rrd-create-remote
2016-08-07 08:22:32 -05:00
laf
1d2c8f5d48
Updated docs to be clearer
2016-08-01 18:56:50 +01:00
laf
1741231ebc
Updated docs for rrd_purge option
2016-07-30 16:58:18 +01:00
Tony Murray
e3772e2653
Don't use $config['rrdcached_dir'] anymore, always use relative directories when using rrdcached.
...
Wait for output on every command, this prevents input left in the buffer from messing up subsequent commands.
It doesn't seem like there is a penalty, but I'd have to do more testing.
2016-07-25 16:24:09 -05:00
Brandon Boudrias
cccb07d2a7
matching default port description types with their names
2016-06-30 17:05:55 -07:00
Dave Bell
c2bf94254d
Fix Markup on config documentation page
2016-06-08 09:23:43 +01:00
laf
8a46c7611d
Add support for stopping devices being added with duplicate sysNames
2016-05-02 20:20:29 +00:00
pblasquez
ba48567f19
Added bad ifName and ifAlias regex matching
...
Allow user to ignore interfaces based on regex matching of ifName and
ifAlias values
2016-04-28 15:36:13 -07:00
pblasquez
02ca54b9a5
Update Configuration.md
2016-03-07 19:03:17 -08:00
Neil Lathwood
f074f25be2
Revert "Revert "Added location_map_regex""
2016-02-09 19:02:38 +00:00
Daniel Preussker
1110836662
Revert "Added location_map_regex"
2016-02-09 20:00:54 +01:00
pblasquez
3ee30fae7c
Update Configuration.md
2016-02-08 16:03:48 -08:00
Paul Gear
a81776e77b
Merge pull request #2862 from laf/issue-2859
...
Added ability to ignore device sensors from entity mib
2016-02-03 15:31:32 +10:00