系统间缓存 - 如何启用/配置安全服务
希望创建一个脚本来启用/配置 snmp 和相关设置。
通过门户网站,它将被放置在: [首页]>> [安全管理]>> [服务]>> Service_Monitor
希望能够启用、添加允许的 IP 地址等。
谢谢。
Looking to create a script that will enable/configure snmp and related settings.
Through the web portal it would be placed in:
[Home] > [Security Management] > [Services] > Service_Monitor
Would like to be able to enable, add allowed IP Addresses, etc.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 %SYS 命名空间中的 Security.Services 类。您可以使用导出/导入方法将设置存储在文件中,或使用获取/设置方法直接修改服务属性。
Look at Security.Services class in %SYS namespace. You may use Export/Import methods to store settings in a file or Get/Set methods to modify service properties directly.