├── toolkit
├── perfsonar-toolkit
│ ├── etc
│ │ ├── administrative_info
│ │ ├── perfsonar_ulimit_apache.conf
│ │ ├── perfsonar_sudo
│ │ ├── default_service_configs
│ │ │ └── jail.local
│ │ ├── firewalld
│ │ │ └── services
│ │ │ │ ├── owamp-control.xml
│ │ │ │ ├── twamp-control.xml
│ │ │ │ ├── bwctl.xml
│ │ │ │ └── traceroute.xml
│ │ ├── perfsonar_ulimit.conf
│ │ ├── templates
│ │ │ ├── motd.tmpl
│ │ │ └── ntp_conf.tmpl
│ │ ├── default_system_firewall_settings.conf
│ │ ├── configdaemon-logger.conf
│ │ ├── perfsonar_firewalld_settings.conf
│ │ ├── configdaemon.conf
│ │ ├── apache-perfsonar-security.conf
│ │ ├── perfsonar_firewall_settings.conf
│ │ └── ntp_known_servers
│ ├── unibuild-packaging
│ │ ├── deb
│ │ │ ├── compat
│ │ │ ├── source
│ │ │ │ ├── format
│ │ │ │ └── lintian-overrides
│ │ │ ├── perfsonar-toolkit-ntp.dirs
│ │ │ ├── perfsonar-toolkit-sysctl.install
│ │ │ ├── tests
│ │ │ │ ├── ntp
│ │ │ │ ├── config-daemon
│ │ │ │ ├── systemenv
│ │ │ │ ├── web
│ │ │ │ ├── sysctl
│ │ │ │ ├── webauth
│ │ │ │ ├── security
│ │ │ │ ├── pssudo
│ │ │ │ └── control
│ │ │ ├── perfsonar-toolkit-archive-utils.install
│ │ │ ├── perfsonar-toolkit.links
│ │ │ ├── patches
│ │ │ │ ├── series
│ │ │ │ ├── debian-security.diff
│ │ │ │ ├── debian-sysctl.diff
│ │ │ │ ├── debian-install.diff
│ │ │ │ └── debian-config-daemon.diff
│ │ │ ├── perfsonar-toolkit-web-services.install
│ │ │ ├── perfsonar-toolkit-systemenv-testpoint.logrotate
│ │ │ ├── perfsonar-toolkit-ntp.install
│ │ │ ├── perfsonar-toolkit-config-daemon.install
│ │ │ ├── perfsonar-toolkit-library.install
│ │ │ ├── perfsonar-toolkit-install.install
│ │ │ ├── perfsonar-toolkit-security.install
│ │ │ ├── copyright
│ │ │ ├── perfsonar-toolkit-systemenv-testpoint.install
│ │ │ ├── perfsonar-toolkit-web-services.postrm
│ │ │ ├── perfsonar-toolkit-sysctl.postrm
│ │ │ ├── perfsonar-toolkit-config-daemon.postrm
│ │ │ ├── perfsonar-toolkit-web-services.prerm
│ │ │ ├── perfsonar-toolkit.install
│ │ │ ├── perfsonar-toolkit-security.postinst
│ │ │ ├── perfsonar-toolkit.prerm
│ │ │ ├── perfsonar-toolkit-config-daemon.postinst
│ │ │ ├── rules
│ │ │ ├── perfsonar-toolkit-systemenv-testpoint.postinst
│ │ │ ├── perfsonar-toolkit-systemenv.postinst
│ │ │ ├── perfsonar-toolkit-archive-utils.postinst
│ │ │ ├── perfsonar-toolkit.postrm
│ │ │ ├── perfsonar-toolkit-systemenv.install
│ │ │ ├── perfsonar-toolkit-sysctl.postinst
│ │ │ └── perfsonar-toolkit-web-services.postinst
│ │ └── rpm
│ │ │ └── remove_ntp_configdaemon.patch
│ ├── web-ng
│ │ ├── root
│ │ │ ├── js
│ │ │ │ ├── actions
│ │ │ │ │ └── Dispatcher.js
│ │ │ │ ├── pubsub
│ │ │ │ │ └── node_modules
│ │ │ │ │ │ └── pubsub-js
│ │ │ │ │ │ ├── iframe
│ │ │ │ │ │ ├── pubsub-bridge.js
│ │ │ │ │ │ ├── frame1.html
│ │ │ │ │ │ ├── frame2.html
│ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── .travis.yml
│ │ │ │ │ │ ├── jquery-integration.html
│ │ │ │ │ │ ├── .editorconfig
│ │ │ │ │ │ ├── bower.json
│ │ │ │ │ │ ├── wrappers
│ │ │ │ │ │ └── jquery
│ │ │ │ │ │ │ ├── pubsub.js.pre.txt
│ │ │ │ │ │ │ └── pubsub.js.post.txt
│ │ │ │ │ │ ├── .jslintrc
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ ├── autolint.js
│ │ │ │ │ │ ├── test
│ │ │ │ │ │ ├── test-clearSubscriptions.js
│ │ │ │ │ │ ├── buster.js
│ │ │ │ │ │ ├── test-issue-54.js
│ │ │ │ │ │ ├── test-bug-9.js
│ │ │ │ │ │ ├── helper.js
│ │ │ │ │ │ └── test-jquery-integration.js
│ │ │ │ │ │ ├── Gruntfile.js
│ │ │ │ │ │ ├── Rakefile
│ │ │ │ │ │ └── CONTRIBUTING.md
│ │ │ │ ├── jquery-ui
│ │ │ │ │ └── images
│ │ │ │ │ │ ├── ui-icons_444444_256x240.png
│ │ │ │ │ │ ├── ui-icons_555555_256x240.png
│ │ │ │ │ │ ├── ui-icons_777620_256x240.png
│ │ │ │ │ │ ├── ui-icons_777777_256x240.png
│ │ │ │ │ │ ├── ui-icons_cc0000_256x240.png
│ │ │ │ │ │ └── ui-icons_ffffff_256x240.png
│ │ │ │ ├── datatables_plugin
│ │ │ │ │ └── DataTables-1.10.12
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ ├── sort_asc.png
│ │ │ │ │ │ ├── sort_both.png
│ │ │ │ │ │ ├── sort_desc.png
│ │ │ │ │ │ ├── sort_asc_disabled.png
│ │ │ │ │ │ └── sort_desc_disabled.png
│ │ │ │ │ │ └── js
│ │ │ │ │ │ ├── dataTables.bootstrap.min.js
│ │ │ │ │ │ └── dataTables.foundation.min.js
│ │ │ │ ├── admin
│ │ │ │ │ ├── components
│ │ │ │ │ │ └── OldTestConfigComponent.js
│ │ │ │ │ └── pages
│ │ │ │ │ │ ├── TestConfigPage.js
│ │ │ │ │ │ └── AdminInfoPage.js
│ │ │ │ ├── select2
│ │ │ │ │ └── i18n
│ │ │ │ │ │ ├── zh-TW.js
│ │ │ │ │ │ ├── az.js
│ │ │ │ │ │ ├── zh-CN.js
│ │ │ │ │ │ ├── fi.js
│ │ │ │ │ │ ├── id.js
│ │ │ │ │ │ ├── hu.js
│ │ │ │ │ │ ├── th.js
│ │ │ │ │ │ ├── tr.js
│ │ │ │ │ │ ├── ko.js
│ │ │ │ │ │ ├── nb.js
│ │ │ │ │ │ ├── vi.js
│ │ │ │ │ │ ├── is.js
│ │ │ │ │ │ ├── de.js
│ │ │ │ │ │ ├── et.js
│ │ │ │ │ │ ├── hr.js
│ │ │ │ │ │ ├── sv.js
│ │ │ │ │ │ ├── bg.js
│ │ │ │ │ │ ├── he.js
│ │ │ │ │ │ ├── gl.js
│ │ │ │ │ │ ├── da.js
│ │ │ │ │ │ ├── fr.js
│ │ │ │ │ │ ├── ro.js
│ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ ├── hi.js
│ │ │ │ │ │ ├── fa.js
│ │ │ │ │ │ ├── eu.js
│ │ │ │ │ │ ├── mk.js
│ │ │ │ │ │ ├── pt-BR.js
│ │ │ │ │ │ ├── lv.js
│ │ │ │ │ │ ├── pt.js
│ │ │ │ │ │ ├── lt.js
│ │ │ │ │ │ ├── nl.js
│ │ │ │ │ │ ├── ca.js
│ │ │ │ │ │ ├── es.js
│ │ │ │ │ │ ├── it.js
│ │ │ │ │ │ ├── sr.js
│ │ │ │ │ │ ├── pl.js
│ │ │ │ │ │ ├── uk.js
│ │ │ │ │ │ ├── ru.js
│ │ │ │ │ │ ├── sk.js
│ │ │ │ │ │ └── cs.js
│ │ │ │ ├── stores
│ │ │ │ │ ├── CommunityHostsStore.js
│ │ │ │ │ ├── HostHealthStore.js
│ │ │ │ │ ├── NTPClosestStore.js
│ │ │ │ │ ├── HostNTPInfoStore.js
│ │ │ │ │ ├── HostServicesStore.js
│ │ │ │ │ ├── HostGuessLatLonStore.js
│ │ │ │ │ ├── CommunityAllStore.js
│ │ │ │ │ ├── DataStore.js
│ │ │ │ │ ├── NTPConfigStore.js
│ │ │ │ │ └── HostDetailsStore.js
│ │ │ │ ├── foundation
│ │ │ │ │ └── foundation.alert.js
│ │ │ │ ├── pages
│ │ │ │ │ └── DashboardPage.js
│ │ │ │ └── components
│ │ │ │ │ └── PageHeader.js
│ │ │ ├── favicon.ico
│ │ │ ├── images
│ │ │ │ ├── perfSONAR-logo.png
│ │ │ │ ├── perfSONAR-logo-powered.png
│ │ │ │ ├── perfSONAR-logo-reversed.png
│ │ │ │ ├── perfSONAR-logo-whitebg.png
│ │ │ │ ├── perfSONAR-logo-powered-reverse.png
│ │ │ │ └── perfSONAR-logo-reversed-green.png
│ │ │ ├── css
│ │ │ │ ├── google-fonts
│ │ │ │ │ ├── Open_Sans_300.ttf
│ │ │ │ │ ├── Open_Sans_400.ttf
│ │ │ │ │ ├── Open_Sans_700.ttf
│ │ │ │ │ ├── Open_Sans_300.woff
│ │ │ │ │ ├── Open_Sans_300.woff2
│ │ │ │ │ ├── Open_Sans_400.woff
│ │ │ │ │ ├── Open_Sans_400.woff2
│ │ │ │ │ ├── Open_Sans_700.woff
│ │ │ │ │ ├── Open_Sans_700.woff2
│ │ │ │ │ ├── Open_Sans_400italic.ttf
│ │ │ │ │ ├── Open_Sans_400italic.woff
│ │ │ │ │ ├── Open_Sans_400italic.woff2
│ │ │ │ │ ├── Open_Sans_700italic.ttf
│ │ │ │ │ ├── Open_Sans_700italic.woff
│ │ │ │ │ └── Open_Sans_700italic.woff2
│ │ │ │ ├── font-awesome
│ │ │ │ │ └── fonts
│ │ │ │ │ │ ├── FontAwesome.otf
│ │ │ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ │ │ └── fontawesome-webfont.woff2
│ │ │ │ └── toolkit.css
│ │ │ └── data
│ │ │ │ └── us_states_hash.json
│ │ ├── templates
│ │ │ ├── page.html
│ │ │ ├── components
│ │ │ │ ├── json_link.html
│ │ │ │ ├── main.html
│ │ │ │ ├── loader.html
│ │ │ │ ├── explanation.html
│ │ │ │ ├── dashboard.html
│ │ │ │ ├── bottom.html
│ │ │ │ ├── top.html
│ │ │ │ └── sidebar.html
│ │ │ ├── admin
│ │ │ │ └── components
│ │ │ │ │ ├── admin_header_nav.html
│ │ │ │ │ ├── sticky_bar.html
│ │ │ │ │ └── test_config_add_host_by_community.html
│ │ │ └── host
│ │ │ │ ├── sidebar_host_health.html
│ │ │ │ ├── services.html
│ │ │ │ └── host_overview.html
│ │ └── etc
│ │ │ ├── logger.conf
│ │ │ ├── test_config_defaults.conf
│ │ │ └── web_admin.conf
│ ├── scripts
│ │ ├── system_environment
│ │ │ ├── disable_esmond
│ │ │ ├── configure_tests_gui
│ │ │ ├── disable_zeroconf
│ │ │ ├── enable_ntp_restarts
│ │ │ ├── disable_php_advertising
│ │ │ ├── testpoint
│ │ │ │ ├── increase_owamp_port_range
│ │ │ │ ├── configure_owamp_testports
│ │ │ │ ├── enable_dns_caching
│ │ │ │ ├── increase_owamp_limits
│ │ │ │ └── enable_auto_updates
│ │ │ ├── add_toolkit_dirs_path
│ │ │ ├── configure_fail2ban
│ │ │ ├── add_sbin_path
│ │ │ ├── add_psadmin_pssudo
│ │ │ ├── upgrade_lsregistration
│ │ │ ├── upgrade_fix_permissions
│ │ │ ├── enable_apache_redirect
│ │ │ └── disable_unwanted_services
│ │ ├── configure_memcached_security
│ │ ├── apache-toolkit_web_services.conf
│ │ └── configure_apache_security
│ ├── t
│ │ ├── etc
│ │ │ ├── owamp-server.limits
│ │ │ ├── web_admin.conf
│ │ │ ├── bwctl-server.limits
│ │ │ └── lsregistrationdaemon.conf
│ │ ├── test-delete_all_tests.t
│ │ ├── lib
│ │ │ └── perfSONAR_PS
│ │ │ │ └── NPToolkit
│ │ │ │ └── UnitTests
│ │ │ │ └── Mock.pm
│ │ └── host-get_metadata.t
│ ├── archive
│ │ └── http_logstash.json
│ ├── init_scripts
│ │ └── perfsonar-configdaemon.service
│ ├── lib
│ │ └── perfSONAR_PS
│ │ │ └── Utils
│ │ │ └── Config
│ │ │ └── NTP.pm
│ ├── dependencies
│ └── Makefile
└── Makefile
├── .gitattributes
├── unibuild-order
├── .gitignore
├── .github
└── workflows
│ ├── project_auto_add_issue.yml
│ └── toolkit-workflow.yml
└── Makefile
/toolkit/perfsonar-toolkit/etc/administrative_info:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/unibuild-packaging/deb/compat:
--------------------------------------------------------------------------------
1 | 10
2 |
--------------------------------------------------------------------------------
/toolkit/Makefile:
--------------------------------------------------------------------------------
1 | AUTO_TARBALL := 1
2 |
3 | include unibuild/unibuild.make
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/unibuild-packaging/deb/source/format:
--------------------------------------------------------------------------------
1 | 3.0 (quilt)
2 |
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/unibuild-packaging/deb/perfsonar-toolkit-ntp.dirs:
--------------------------------------------------------------------------------
1 | etc/ntp
2 |
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/etc/perfsonar_ulimit_apache.conf:
--------------------------------------------------------------------------------
1 | [Service]
2 | LimitNOFILE=32768
3 | LimitNPROC=32768
4 |
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/unibuild-packaging/deb/perfsonar-toolkit-sysctl.install:
--------------------------------------------------------------------------------
1 | scripts/configure_sysctl usr/lib/perfsonar/scripts
2 |
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/js/actions/Dispatcher.js:
--------------------------------------------------------------------------------
1 | // Make sure pubsub-js.js is loaded first
2 | var Dispatcher = PubSub;
3 |
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/unibuild-packaging/deb/tests/ntp:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 |
3 | set -e
4 |
5 | grep -A 10 'at least 4 NTP servers' /etc/ntp.conf
6 |
--------------------------------------------------------------------------------
/.gitattributes:
--------------------------------------------------------------------------------
1 | # Ignore those files when creating a tarball with `git archive`
2 | debian/ export-ignore
3 | distribution/ export-ignore
4 |
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/unibuild-packaging/deb/perfsonar-toolkit-archive-utils.install:
--------------------------------------------------------------------------------
1 | archive/http_logstash.json etc/perfsonar/psconfig/archives.d
2 |
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/favicon.ico
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/unibuild-packaging/deb/tests/config-daemon:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 |
3 | set -e
4 |
5 | service perfsonar-toolkit-config-daemon status
6 |
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/js/pubsub/node_modules/pubsub-js/iframe/pubsub-bridge.js:
--------------------------------------------------------------------------------
1 | function setPubSub( PubSub ){
2 | window.PubSub = PubSub;
3 | }
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/unibuild-packaging/deb/tests/systemenv:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 |
3 | set -e
4 |
5 | bash -l -c 'echo $PATH' | grep /usr/lib/perfsonar/scripts
6 |
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/unibuild-packaging/deb/tests/web:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 |
3 | set -e
4 |
5 | curl -s -k https://localhost/toolkit/ | grep -C 10 'perfSONAR Toolkit'
6 |
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/templates/page.html:
--------------------------------------------------------------------------------
1 | [% INCLUDE components/top.html %]
2 | [% INCLUDE components/main.html %]
3 | [% INCLUDE components/bottom.html %]
4 |
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/images/perfSONAR-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/images/perfSONAR-logo.png
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/etc/perfsonar_sudo:
--------------------------------------------------------------------------------
1 | # Installed by perfSONAR Toolkit. Allows anyone in pssudo group to have sudo on this machine
2 | %pssudo ALL=(ALL) ALL
3 |
4 |
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_300.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_300.ttf
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_400.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_400.ttf
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_700.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_700.ttf
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/images/perfSONAR-logo-powered.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/images/perfSONAR-logo-powered.png
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/images/perfSONAR-logo-reversed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/images/perfSONAR-logo-reversed.png
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/images/perfSONAR-logo-whitebg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/images/perfSONAR-logo-whitebg.png
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_300.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_300.woff
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_300.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_300.woff2
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_400.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_400.woff
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_400.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_400.woff2
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_700.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_700.woff
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_700.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_700.woff2
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/css/font-awesome/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/css/font-awesome/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/unibuild-packaging/deb/perfsonar-toolkit.links:
--------------------------------------------------------------------------------
1 | /var/log/perfsonar /usr/lib/perfsonar/web-ng/root/admin/logs
2 | /var/log/pscheduler/pscheduler.log /var/log/perfsonar/pscheduler.log
3 |
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_400italic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_400italic.ttf
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_400italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_400italic.woff
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_400italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_400italic.woff2
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_700italic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_700italic.ttf
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_700italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_700italic.woff
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_700italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/css/google-fonts/Open_Sans_700italic.woff2
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/images/perfSONAR-logo-powered-reverse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/images/perfSONAR-logo-powered-reverse.png
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/images/perfSONAR-logo-reversed-green.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/images/perfSONAR-logo-reversed-green.png
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/css/font-awesome/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/css/font-awesome/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/css/font-awesome/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/css/font-awesome/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/css/font-awesome/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/css/font-awesome/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/js/jquery-ui/images/ui-icons_444444_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/js/jquery-ui/images/ui-icons_444444_256x240.png
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/js/jquery-ui/images/ui-icons_555555_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/js/jquery-ui/images/ui-icons_555555_256x240.png
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/js/jquery-ui/images/ui-icons_777620_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/js/jquery-ui/images/ui-icons_777620_256x240.png
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/js/jquery-ui/images/ui-icons_777777_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/js/jquery-ui/images/ui-icons_777777_256x240.png
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/js/jquery-ui/images/ui-icons_cc0000_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/js/jquery-ui/images/ui-icons_cc0000_256x240.png
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/js/jquery-ui/images/ui-icons_ffffff_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/js/jquery-ui/images/ui-icons_ffffff_256x240.png
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/unibuild-packaging/deb/tests/sysctl:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 |
3 | set -e
4 |
5 | VAL=$(cat /proc/sys/net/ipv4/conf/all/arp_filter)
6 | echo "net.ipv4.conf.all.arp_filter=$VAL"
7 | [ "$VAL" -eq 1 ] || exit 1
8 |
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/css/font-awesome/fonts/fontawesome-webfont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/css/font-awesome/fonts/fontawesome-webfont.woff2
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/js/pubsub/node_modules/pubsub-js/.travis.yml:
--------------------------------------------------------------------------------
1 | language: node_js
2 |
3 | node_js:
4 | - "0.10"
5 |
6 | before_script:
7 | - npm -q install
8 |
9 | script:
10 | - npm test
11 |
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/templates/components/json_link.html:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/etc/default_service_configs/jail.local:
--------------------------------------------------------------------------------
1 | #Enable ssh filtering
2 | [sshd]
3 | enabled = true
4 |
5 | #disable mail for ssh-iptables
6 | [ssh-iptables]
7 | action = iptables[name=SSH, port=ssh, protocol=tcp]
8 |
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/js/datatables_plugin/DataTables-1.10.12/images/sort_asc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/js/datatables_plugin/DataTables-1.10.12/images/sort_asc.png
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/js/datatables_plugin/DataTables-1.10.12/images/sort_both.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/js/datatables_plugin/DataTables-1.10.12/images/sort_both.png
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/web-ng/root/js/datatables_plugin/DataTables-1.10.12/images/sort_desc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/perfsonar/toolkit/HEAD/toolkit/perfsonar-toolkit/web-ng/root/js/datatables_plugin/DataTables-1.10.12/images/sort_desc.png
--------------------------------------------------------------------------------
/toolkit/perfsonar-toolkit/etc/firewalld/services/owamp-control.xml:
--------------------------------------------------------------------------------
1 |
2 |