User contributions for Chubbard
Jump to navigation
Jump to search
14 July 2023
- 09:3409:34, 14 July 2023 diff hist 0 m Nms reminders No edit summary Tag: Reverted
- 09:3409:34, 14 July 2023 diff hist +1,459 N Nms reminders Created page with "=== Notes on behaviors to remember === The app is getting complex now. Write down notes on the expected behavior so we do not get surprised. == Service checks and Events == * Service checks are NOT run on hosts that are != "alive" * Logging shows "bypassed" == Daemon Notes == * genericPoller currently runs all external service checks. * need database alteration to filter down to a poller host to support remote pollers as well == RRD Templates == * Need more examples..."
13 July 2023
- 09:1809:18, 13 July 2023 diff hist +228 m Pi notes No edit summary current
7 July 2023
- 10:3210:32, 7 July 2023 diff hist +291 m PHP Notes and Examples →Add Space before every capital letter
6 July 2023
- 09:4409:44, 6 July 2023 diff hist +6 m Git notes →Show git commit hashes for each branch sorted by date
- 09:4409:44, 6 July 2023 diff hist +268 m Git notes No edit summary
5 July 2023
- 10:5910:59, 5 July 2023 diff hist +85 m Git notes No edit summary
- 10:2810:28, 5 July 2023 diff hist +33 N Javascript Chubbard moved page Javascript to Javascript Examples current Tag: New redirect
- 10:2810:28, 5 July 2023 diff hist 0 m Javascript Examples Chubbard moved page Javascript to Javascript Examples current
- 10:2710:27, 5 July 2023 diff hist +64 N Category:Javascript Created page with "Anything specifically dealing with the PITA known as JavaScript." current
- 10:2410:24, 5 July 2023 diff hist +945 N Javascript Examples Created page with "===I HATE JavaScript=== Did I mention I hate it? Well that does not matter. It is used all over, and I am going to have to learn to deal with it.. Here are some examples and notes that can be integrated and not cause troubles in most applications == JS clock on page == Found example at [https://stackoverflow.com/questions/40959133/display-clock-inside-the-html-page-or-div display-clock-inside-the-html-page-or-div] <pre> <script> function startTime() { var today =..."
4 July 2023
- 18:1318:13, 4 July 2023 diff hist +184 N Lldp Created page with "=== LLDP commands and reminders === Since I keep forgetting the damn commands, it is lldpctl as root. For PHYSICAL hosts this returns neighbors that also use lldp Category:lldp" current
- 17:3517:35, 4 July 2023 diff hist +281 m PHP Notes and Examples No edit summary
- 08:3008:30, 4 July 2023 diff hist +317 m Bash-interesting-command-examples No edit summary current
30 June 2023
- 20:2720:27, 30 June 2023 diff hist +7,196 m Onvif →Things to remember when with ONVIF current
- 09:0209:02, 30 June 2023 diff hist +133 m Nms Goals and Plan →Inspiration and styles
- 08:5908:59, 30 June 2023 diff hist +1,019 m Nms Goals and Plan →Overall Goal
- 08:5308:53, 30 June 2023 diff hist +346 m Nms current design →NRPE
- 08:4908:49, 30 June 2023 diff hist +3,145 N Nms current design Created page with "=== Design Information ==== All systems are being designed on UNDER POWERED machines. Frontend + Backend + Daemons running on a 2 core, 2 Gig RAM, 100GB Drive KVM Guest == Backend == The backend is PHP 7.X using the Slim4 framework. Composer is used for additional functionality, however most of the installed packages are not actually being used. These are going to have to be removed and get down to the core packages needed before posting the code publicly. == Frontend..."
- 08:2608:26, 30 June 2023 diff hist +3,716 N Nms Goals and Plan Created page with "=== Where am I going? === The overall plan for the NMS is to open source it completely on github.com. Once I have something that does not embarrass me too much and is functional enough to work on the majority of machines I want others to be able to use this as well. My hope is that I can generate enough interest for others to assist me in getting the system polished and usable for any small or medium sized company to be able to use. there is the REMOTE possibility of..."
27 June 2023
- 10:2210:22, 27 June 2023 diff hist +278 m Disk notes →Useful commands I keep forgetting current
- 10:1010:10, 27 June 2023 diff hist +56 N Category:Calibre Created page with "Anything dealing with Calibre or general info on epubs.." current
- 10:0910:09, 27 June 2023 diff hist +124 m Apt notes No edit summary current
- 09:2609:26, 27 June 2023 diff hist +53 m KVM Gotchas No edit summary
- 09:2609:26, 27 June 2023 diff hist +323 m KVM Gotchas No edit summary
- 09:2009:20, 27 June 2023 diff hist +60 m Main Page No edit summary
- 09:1709:17, 27 June 2023 diff hist +51 m User:Pmorris No edit summary current
- 09:1709:17, 27 June 2023 diff hist +4 m User:Pmorris No edit summary
- 09:1709:17, 27 June 2023 diff hist +900 m User:Pmorris No edit summary
- 09:1209:12, 27 June 2023 diff hist +360 m Main Page No edit summary
- 08:1708:17, 27 June 2023 diff hist −4 m PHP Notes and Examples →Slim4 Framework Notes
- 08:1708:17, 27 June 2023 diff hist +286 m PHP Notes and Examples No edit summary
- 08:1308:13, 27 June 2023 diff hist +160 m Disk notes No edit summary
- 08:0808:08, 27 June 2023 diff hist +1,041 N Disk notes Created page with "=== Useful commands I keep forgetting === Show the formatted partition type <pre> df -T Filesystem Type 1K-blocks Used Available Use% Mounted on udev devtmpfs 969148 0 969148 0% /dev tmpfs tmpfs 203072 1160 201912 1% /run /dev/mapper/larvel01--vg-root ext4 101490460 10951196 85357620 12% / tmpfs tmpfs 1015352 0 101535..."
26 June 2023
- 11:0111:01, 26 June 2023 diff hist +44 N Category:Pi Created page with "Anything to remember on Raspberry Pi devices" current
- 11:0111:01, 26 June 2023 diff hist +378 N Pi notes Created page with "=== Different Gotchas on Pi === NFS seems to be quite the problem. This is the fix that works on my Pi II <pre> reinstall nfs-kernel-server update-rc.d -f rpcbind remove update-rc.d rpcbind defaults update-rc.d -f nfs-common remove update-rc.d nfs-common defaults update-rc.d -f nfs-kernel-server remove update-rc.d nfs-kernel-server defaults </pre> Category:Pi"
25 June 2023
- 15:3715:37, 25 June 2023 diff hist +354 N Calibre notes Created page with "=== General Howto's === Split a collection or series into individual books: <pre> Download the epub split plugin Choose the book Select the Chapters for the single book Choose Split Epub In a perfect world this will get the title and author correct, but if not edit after completion. Download new covers after completion </pre> Category:Calibre" current
19 June 2023
- 15:2115:21, 19 June 2023 diff hist +643 m PHP Notes and Examples No edit summary
- 15:2015:20, 19 June 2023 diff hist +102 m PHP Notes and Examples →PHP Notes and Examples
- 15:1915:19, 19 June 2023 diff hist +318 m PHP Notes and Examples No edit summary
18 June 2023
- 16:1916:19, 18 June 2023 diff hist +56 m Volkswagon Oil Reset →Stolen from ChatGPT current
17 June 2023
- 08:2008:20, 17 June 2023 diff hist +91 N Category:Auto Created page with "Since this is my wiki I will put what the hell I want to in here. Cars, trucks, whatever.." current
- 08:1908:19, 17 June 2023 diff hist +21 m Volkswagon Oil Reset No edit summary
- 08:1908:19, 17 June 2023 diff hist +73 m Volkswagon Oil Reset No edit summary
- 08:1808:18, 17 June 2023 diff hist +1,134 N Volkswagon Oil Reset Created page with "=== Stolen from ChatGPT === To reset the "Change Oil" notification on a 2005 Volkswagen Jetta TDI, you can follow these steps: Insert the key into the ignition and turn it to the "ON" position without starting the engine. Ensure that all doors are closed. Locate the trip odometer button on the instrument cluster. It is usually a small button located near the speedometer or tachometer. Press and hold the trip odometer button. While holding the button, turn..."
15 June 2023
- 15:1115:11, 15 June 2023 diff hist +99 m Drive use shell No edit summary current
- 14:0814:08, 15 June 2023 diff hist +151 N Drive use shell Created page with "=== Generic Linux Commands === Find out what directories are taking up space quickly. <pre> cd ~ sudo du -x -d1 -h . </pre> Category:Linux"
- 09:1909:19, 15 June 2023 diff hist +145 m Imagemagick No edit summary current
8 June 2023
- 09:4909:49, 8 June 2023 diff hist +10 m Nms testEvent →flow
- 09:4909:49, 8 June 2023 diff hist +860 N Nms testEvent Created page with "=== Event Replay === Notes on the replay of an event that was generated. Better support in UI to follow mapping paths. Right now replay is specific to snmptrap. This is going to be the most common use case, however right now the TFE is doing direct DB inserts. This needs to be API calls only so we have ONE path for mapping validation, etc. ==== flow ==== snmptrap >> snmptrap receiver >> PHP controller >> mapping search by raw OID >> translate >> PreTransform >> inse..."