This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librenms-librenms
Watch
1
Star
0
Fork
0
mirror of
https://github.com/librenms/librenms.git
synced
2024-10-07 16:52:45 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
781c07c65862d2c986368386c76a2d29b3cd0b4e
librenms-librenms
/
sql-schema
/
127.sql
T
2 lines
82 B
SQL
Raw
Normal View
History
Unescape
Escape
- Change the IPSLA feature to allow different metrics to be collected per type.
2016-08-08 16:59:29 +10:00
ALTER
TABLE
`
slas
`
ADD
`
opstatus
`
TINYINT
(
1
)
NOT
NULL
DEFAULT
'0'
AFTER
`
status
`
;
Reference in New Issue
Copy Permalink