Advertisement
Guest User

Untitled

a guest
May 24th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.21 KB | None | 0 0
  1. hardware-health (Check the status of environmental equipment (fans, temperatures, power))
  2. cpu-load (Check the CPU load of the device)
  3. memory-usage (Check the memory usage of the device)
  4. disk-usage (Check the disk usage of the device)
  5. interface-usage (Check the utilization of interfaces)
  6. interface-errors (Check the error-rate of interfaces (without discards))
  7. interface-discards (Check the discard-rate of interfaces)
  8. interface-status (Check the status of interfaces (oper/admin))
  9. interface-duplex (Check if interfaces operate in duplex mode)
  10. interface-health (Check everything interface)
  11. interface-nat-count-sessions (Count the number of nat sessions)
  12. interface-nat-rejects (Count the number of nat sessions rejected due to lack of resources)
  13. list-interfaces (Show the interfaces of the device and update the name cache)
  14. list-interfaces-detail (Show the interfaces of the device and some details)
  15. interface-availability (Show the availability (oper != up) of interfaces)
  16. link-aggregation-availability (Check the percentage of up interfaces in a link aggregation)
  17. interface-stack-status (Check the status of interface sublayers (mostly layer 2))
  18. interface-stack-availability (Check the percentage of available sublayer interfaces)
  19. interface-etherstats (Check the ethernet statistics of interfaces)
  20. interface-uptime (Check state changes of interfaces)
  21. interface-security (Check interfaces for security violations)
  22. list-routes (Check the percentage of up interfaces in a link aggregation)
  23. route-exists (Check if a route exists. (--name is the dest, --name2 check also the next hop))
  24. count-routes (Count the routes. (--name is the dest, --name2 is the hop))
  25. vpn-status (Check the status of vpns (up/down))
  26. fc-interface-usage (Check the utilization of fibrechannel interfaces)
  27. fc-interface-errors (Check the error-rate of fibrechannel interfaces)
  28. fc-interface-discards (Check the discard-rate of interfaces)
  29. fc-interface-status (Check the status of interfaces (oper/admin))
  30. fc-interface-health (Check everything interface)
  31. fc-list-interfaces (Show the fcal interfaces of the device and update the name cache)
  32. create-shinken-service (Create a Shinken service definition)
  33. hsrp-state (Check the state in a HSRP group)
  34. hsrp-failover (Check if a HSRP group's nodes have changed their roles)
  35. list-hsrp-groups (Show the HSRP groups configured on this device)
  36. vrrp-state (Check the state in a VRRP group)
  37. vrrp-failover (Check if a VRRP group's nodes have changed their roles)
  38. list-vrrp-groups (Show the VRRP groups configured on this device)
  39. bgp-peer-status (Check status of BGP peers)
  40. count-bgp-peers (Count the number of BGP peers)
  41. watch-bgp-peers (Watch BGP peers appear and disappear)
  42. list-bgp-peers (Show BGP peers known to this device)
  43. count-bgp-prefixes (Count the number of BGP prefixes (for specific peer with --name))
  44. ospf-neighbor-status (Check status of OSPF neighbors)
  45. watch-ospf-neighbors (Watch OSPF neighbors appear and disappear)
  46. list-ospf-neighbors (Show OSPF neighbors)
  47. ha-status (Check the status of a clustered setup)
  48. ha-role (Check the role in a ha group)
  49. svn-status (Check the status of the svn subsystem)
  50. mngmt-status (Check the status of the management subsystem)
  51. process-status (Check the status of the running processes)
  52. fw-policy (Check the installed firewall policy)
  53. fw-connections (Check the number of firewall policy connections)
  54. session-usage (Check the session limits of a load balancer)
  55. security-status (Check if there are security-relevant incidents)
  56. pool-completeness (Check the members of a load balancer pool)
  57. pool-connections (Check the number of connections of a load balancer pool)
  58. pool-complections (Check the members and connections of a load balancer pool)
  59. wideip-status (Check the status of F5 Wide IPs)
  60. list-pools (List load balancer pools)
  61. check-licenses (Check the installed licences/keys)
  62. count-users (Count the (connected) users/sessions)
  63. check-config (Check the status of configs (cisco, unsaved config changes))
  64. check-connections (Check the quality of connections)
  65. count-connections (Check the number of connections/sessions (-client, -server is possible))
  66. watch-fexes (Check if FEXes appear and disappear (use --lookup))
  67. chassis-hardware-health (Check the status of stacked switches and chassis, count modules and ports)
  68. accesspoint-status (Check the status of access points)
  69. count-accesspoints (Check if the number of access points is within a certain range)
  70. watch-accesspoints (Check if access points appear and disappear (use --lookup))
  71. count-accesspoint-clients (Check if the number of access point clients is within a certain range)
  72. list-accesspoints (List access points managed by this device)
  73. phone-cm-status (Check if the callmanager is up)
  74. phone-status (Check the number of registered/unregistered/rejected phones)
  75. list-smart-home-devices (List Fritz!DECT 200 plugs managed by this device)
  76. smart-home-device-status (Check if a Fritz!DECT 200 plug is on (or Comet DECT))
  77. smart-home-device-energy (Show the current power consumption of a Fritz!DECT 200 plug)
  78. smart-home-device-consumption (Show the cumulated power consumption of a Fritz!DECT 200 plug)
  79. smart-home-device-temperature (Show the temperature measured by a Fritz! compatible device)
  80. encode (encode stdin)
  81. decode (decode stdin or --name)
  82. uptime (Check the uptime of the device)
  83. walk (Show snmpwalk command with the oids necessary for a simulation)
  84. bulkwalk (Show snmpbulkwalk command with the oids necessary for a simulation)
  85. supportedmibs (Shows the names of the mibs which this devices has implemented (only lausser may run this command))
  86. supportedoids (Shows the names of the oids which this devices has implemented (only lausser may run this command))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement