New pages
From Observium
- 23:34, 24 April 2012 Versioning (hist) [501 bytes] Sid3windr (Talk | contribs) (Created page with 'Observium version numbers, such as 0.12.4.3345 are easy to decode: Until we feel it's completely doing what we want (and that will surely take a while), we don't want to call it...')
- 10:45, 19 April 2012 UNIX Agent (hist) [1,566 bytes] Adama (Talk | contribs) (Created page with '== Introduction == The Observium Agent is a collection of scripts which use the check_mk agent code. The preferred method of running the agent is via xinetd, preferably with an ...')
- 15:38, 10 April 2012 Developing/AuthenticationModules (hist) [1,656 bytes] Sid3windr (Talk | contribs) (Created page with '== Introduction == Authentication modules are pieces of code that allow Observium to use different sorts of user databases. They also take care of changing passwords (or disallo...')
- 14:31, 6 April 2012 Performance tuning (hist) [3,504 bytes] Sid3windr (Talk | contribs) (Created page with '== Opcode cacher == An opcode cacher compiles PHP code to Opcode, which means it won't have to be interpreted every time you visit a page. It will automatically detect if the co...')
- 15:49, 4 April 2012 Older news (hist) [8,349 bytes] Sid3windr (Talk | contribs) (Created page with ' ====22nd November 2009==== Currently working on adding better support for Windows and ASA devices. Making a huge number of architectural changes to the polling and graphing syst...')
- 10:47, 21 October 2011 Smokeping Integration (hist) [509 bytes] Adama (Talk | contribs) (Created page with 'Category:Documentation Category:Configuration Make sure the hostname Observium uses matches the hostname that Smokeping uses: ++ sw1.hex host = sw1.hex Similarly th...')
- 06:30, 6 September 2011 Persistent RAMdisk RRD Storage (hist) [6,029 bytes] Adama (Talk | contribs) (Created page with 'This guide will help you to create a persistent RAM disk on Ubuntu/Debian Linux variants to help speed up Observium on servers with lots of RAM. We use the [tmpfs http://en.wiki...')
- 13:37, 3 May 2011 Application/MySQL (hist) [1,226 bytes] Lenwe (Talk | contribs) (Created page with 'Category:Documentation Category:Configuration === Description === The MySQL application monitor uses a PHP script to extend the SNMP server on the host to be monitored. A...')
- 12:25, 28 April 2011 Removing RRDTool Spikes (hist) [738 bytes] Adama (Talk | contribs) (Created page with 'You might have come upon some “spikes” in your graphs. These are perfectly normal and happend due to machines that have rebooted and have reset their counters or poller timin...')
- 20:53, 23 April 2011 Lighttpd (hist) [7,533 bytes] Falz (Talk | contribs) (Created page with 'Category:Documentation Category:Installation Configuration information for http://lighttpd.net.')
- 16:51, 13 April 2011 CISCO-CEF-MIB (hist) [3,027 bytes] Adama (Talk | contribs) (Created page with ' CISCO-CEF-MIB::cefSwitchingPath.1000.ipv4.1 = STRING: RP RIB CISCO-CEF-MIB::cefSwitchingPath.1000.ipv4.2 = STRING: RP LES CISCO-CEF-MIB::cefSwitchingPath.1000.ipv6.1 = STRING:...')
- 13:53, 4 April 2011 Billing (hist) [1,061 bytes] Adama (Talk | contribs) (Created page with '==What Billing is and is not== It is billing. It is not a giant ostrich. (fixme!) ==Enabling Billing== ===config.php=== Enable the billing code in your config.php by adding t...')
- 23:16, 31 March 2011 Developing/Codestyle (hist) [1,050 bytes] Sid3windr (Talk | contribs) (Created page with '== Indenting and spacing == * 2 spaces. No tabs! == Blocks == * { and } are on separate lines, unless the content is only one statement. * For/while/if/foreach are '''always''...')
- 23:00, 31 March 2011 Developing/NewApplication (hist) [939 bytes] Sid3windr (Talk | contribs) (Created page with 'The applications system is quite simple, and just involves including files based on entries in the database. Applications are 'polled' by scripts in includes/polling/application...')
- 22:59, 31 March 2011 Developing/NewOS (hist) [867 bytes] Sid3windr (Talk | contribs) (Created page with 'Follow these steps to add a new operating system: * Create a file in includes/discovery/os, which fills the $os variable if you can identify the device as such ($sysObjectId pre...')
- 15:01, 31 March 2011 Developing for Observium (hist) [1,637 bytes] Sid3windr (Talk | contribs) (Created page with '== Licensing == Please note that Observium is GPLv3-licensed. Your contribution will also become GPL-licensed. Contributed code will belong to the project, we will not commit pe...')
- 11:18, 23 March 2011 Functions (hist) [7,396 bytes] Adama (Talk | contribs) (Created page with '== SNMP Functions == snmp_get($device, $oid, $options, $mib, $mibdir) Category:Development')
- 01:23, 23 March 2011 IRC Bot (irc.php) (hist) [779 bytes] Falz (Talk | contribs) (Created page with '==Configuration== Set these config options: $host = "<irc.foo.bar>"; $port = 6667; $nick = "Observium"; $chan = "#observium"; run the client as a non-root user: php irc.p...')
- 12:12, 21 March 2011 Port disable vs. ignore (hist) [961 bytes] Paulgear (Talk | contribs) (Explain my recent patch)
- 20:30, 14 March 2011 Services (hist) [1,003 bytes] Falz (Talk | contribs) (Created page with '__NOTOC__ Category:Configuration Observium's Services checks use Nagios plugins to perform service checks on things like HTTP, SSH, DNS. ==Dependencies== ===Debian, Ubun...')
- 17:07, 13 March 2011 FreeBSD SVN Installation (hist) [4,406 bytes] Falz (Talk | contribs) (Created page with '== Dependencies == Install the following ports: * devel/subversion * databases/mysql51-server * databases/php5-mysql * databases/rrdtool * graphics/graphviz * graphics/ImageMagic...')